Code Monkey home page Code Monkey logo

it_academy_js_automation's Introduction

#Подключение модулей

1 - Update package.json like: "main": "index.js", "type":"module",

2 - use.js when importing, like: import {isPrime} from './isPrime.js';

3 - here is isPrime.js export const isPrime ....

#Домашнее задание - Занятие 3

  1. Установить git;
  2. Создать аккаунт на github;
  3. Создать и Привязать ssh ключ к аккаунту;
  4. Создать новый репозиторий;
  5. создать новую ветку
  6. добавить файл в проект и изменить readme.md;
  7. сохранить, запушить в гит;
  8. сделать пул реквест в мастер/мейн бранч
  9. прислать ссылку на пул реквест ответом на это письмо, ничего не меняя в теме письма, ничего туда не добавляя, просто ответом на это письмо! максимально 7

#Домашнее задание - Занятие 4

  1. Установить nodejs LTS версия;
  2. Инициализировать проект;
  3. Установить локально пакет fs-extra;
  4. Создать папку;
  5. Создать текстовый файл;
  6. создать вторую папку;
  7. переместить файл из первой папки во вторую;
  8. Создать третью папку;
  9. Скопировать файл из второй папки в третью;
  10. Удалить файлы;
  11. Удалить все папки; Максимальная оценка 9 баллов

======= git checkout -b lesson3

git add .

git commit -m "smth"

git push

nano README.md

it_academy_js_automation's People

Contributors

volllga avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.