#best-practices
Read more stories on Hashnode
Articles with this tag
https://youtu.be/v3oCoYM0RCs Comments There are two types of comments in JavaScript: Inline comments (//...) - inline to statements, expressions,...
https://youtu.be/CmAljcmsnJs Brendan Eich knew it would be impossible to create a programming language without mistakes in 10 days, so he created a...
https://youtu.be/r6GwCU7_HQA Statements Statements generally are instructions to be executed by a computer program. A JavaScript program or code is...