DEV Community

Discussion on: Modern JavaScript explained in a way you've never seen before 🔥

Collapse
 
romanost2020 profile image
RomanOst2020 • Edited

The article explains a lot of JS things in a simple and interesting way. I advise you to study, but some errors are possible, which the author will correct and modify.
The errors found in the article have already been fixed:
For example,
~5. Increment Operator => the example declares a constant, but a variable is required (replace const with let)
TypeError: Assignment to constant variable.
Where is point 6?
Same problem with constant in 7. Decrement Operator

Why is the example Not Equal to value and type = Equal to value and type?~

Collapse
 
pramit_marattha profile image
Pramit Marattha

Thankss!! I think I just misplaced the number order.. I am fixing it right now !!