
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
Lol I just laughed when I saw this and was like JavaScript is always tricky :).
Enjoyed this :).
Intesting concepts leant a lot
nice post
Nice :)
Nice :)
Thank you for this!
Excelente post
That's why I prefer strongly typed language. Nothing hides.
¿Sometimes? hahaha everytime
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.
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.