/JavaScript-and-ES6-Challenges

Repository for the course https://www.udemy.com/javascript-and-es6-challenges

MIT LicenseMIT

JavaScript-and-ES6-Challenges

Step-by-step guide to clone and use repository:

  1. git clone https://github.com/bstashchuk/JavaScript-and-ES6-Challenges

  2. cd JavaScript-and-ES6-Challenges

  3. Each Challenge has two branches start and finish.

In order to start with specific challenge checkout corresponding start branch like

git checkout CHALLENGE-1/sum-numbers/start

Solution for each challenge is available in the finish branches like

git checkout CHALLENGE-1/sum-numbers/finish

  1. Open directory in the favorite IDE. I suggest Visual Studio Code or Atom

List of all challenges:

  • Challenge 1 - Sum numbers
  • Challenge 2 - Const
  • Challenge 3 - Let
  • Challenge 4 - Hoisting
  • Challenge 5 - Ternary Operator
  • Challenge 6 - Arrow Functions
  • Challenge 7 - Default parameters
  • Challenge 8 - Check presence of the function parameters
  • Challenge 9 - Object Destructuring
  • Challenge 10 - Destructuring and Rest Operator
  • Challenge 11 - Spread Operator
  • Challenge 12 - Copy Array
  • Challenge 13 - Template Literals
  • Challenge 14 - Object Destructuring
  • Challenge 15 - Iterate over String
  • Challenge 16 - Swap values of the two variables
  • Challenge 17 - IIFE (Immediately Invoked Function Expression)
  • Challenge 18 - Classes
  • Challenge 19 - Iterate over Object
  • Challenge 20 - Sum of positive and negative numbers