course
JS: Setting up the environment
8 students
Course updated
25 July 2023

Recommended program
Included in the course
9 lessons (video or text)
25 quizzes
Assistance in Discussions on the website
Access to other courses of the our platform
What you'll learn
- Set up a local environment to run JavaScript code
- Install libraries and use them in your code
- Use programs that improve code quality
Description
Real programming experience is achievable only if you can run the code locally on your computer. This requires many prerequisites: setting up the operating system, installing the interpreter, editor, git, preparing the project, etc. Setting up the environment is a tricky topic for a beginner. This course covers the whole process from A to Z. We will go beyond the fundamentals of environment setup and touch on good code management practices and quality assurance.
dependencies
prettier
npx
eslint
Node js
Course program
Estimated time: 3 hours
-
2
What is JavaScript?
Learn the features of JavaScript as a programming language, introduce ECMAScriptquiz
-
6
Dependencies in development
To learn the concept of "development environment". Learn the different types of dependenciesquiz
-
10
Do it yourself
Some additional tasks to help you consolidate the theory you've learned -
11
Additional resources
Some materials the Hexlet team have picked up. This will give you a more in-depth understanding of the topic