I saw an article posted on Netmag the other day for which I contributed a couple of coding tips. The tip I’m talking about in this post reads as follows: Ben also thinks that falling back on frameworks and libraries isn’t always the best answer. “If you’re coding a small project and always, for example, include jQuery, think ‘Can I do this with Vanilla JS?’” You may find that, indeed, you can do it in JavaScript, better and faster.
javascript
reviews