end of code in js?
JavaScript as a language has a feature called "Automatic Semicolon Insertion", or ASI. This means adding a semicolon where it isn't needed usually doesn't hurt, and there are many places JS doesn't require semicolons at all
if you don't want to have Syntax errors (specially in minified versions of code) 🤷🏻♂️
I think it's important
Обсуждают сегодня