When I was new in Web Development, I faced many difficulties while learning JavaScript, but after regular practice, my views changed.
To be honest...
For further actions, you may consider blocking this person and/or reporting abuse
Postfix and prefix unary operators works the same in c family languages. It’s not an oddity of the language per se. They are old operators that can lead to confusion. But other than that I don’t see how a language can be tricky with examples like typeof typeof 1 😅 Or the example with the continue keyword, again it’s not an oddity of the language it’s just basic programming, continue is used in pseudo code as well...
Nice exercises
Thank you for this!
Excelente post
Nice :)
Intesting concepts leant a lot
nice post
Lol I just laughed when I saw this and was like JavaScript is always tricky :).
Enjoyed this :).
Nice :)
That's why I prefer strongly typed language. Nothing hides.
Cool Explanation of little obscure topics through examples.
¿Sometimes? hahaha everytime
The way of your explanation is excellent. I like it a lot man. Give more blogs like this.
The trick is to not have any of these tricks in your code. ;-)
Use the cleanest subset of the language only.
Have what you use and don't use formally documented.