Skip to content

Latest commit

 

History

History
 
 

js-evolution

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Stage#1 JavaScript. Evolution

В данном модуле студентам необходимо познакомиться с:

  • JavaScript History
  • ES2015
    • Arrays
      • Using the array spread operator
      • Destructuring arrays
      • Searching arrays with the .includes function
    • Objects
      • Enhancing object literals
      • Creating objects with the spread operator
      • Destructuring objects
      • Iterating with the for/of loop
    • Complex Types of ES2015
      • Maps
      • Sets
      • Symbols
  • NPM & package.json
    • What are packages and npm?
    • Getting Started with npm
      • Initializing a package.json file
      • Adding node packages
      • Managing global directory
      • Updating a package
      • Removing a package
      • Semantic versioning
      • Introduction to package-lock.json
    • Advanced Subjects
      • Working with a npm cache
      • Scripting in package.json
      • Introduction to npx

Приблизительное время прохождения модуля

3 часа

Теория

Практика

Дополнительные материалы