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...
Excelente post
Intesting concepts leant a lot
Nice :)
Nice exercises
nice post
Thank you for this!
Lol I just laughed when I saw this and was like JavaScript is always tricky :).
Enjoyed this :).
Nice :)
The way of your explanation is excellent. I like it a lot man. Give more blogs like this.
Cool Explanation of little obscure topics through examples.
That's why I prefer strongly typed language. Nothing hides.
¿Sometimes? hahaha everytime
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.