KISS the JavaScript

I used to see this quote and say “When I can Write Some Awesome Code Why Should I Keep it simple after all it is my code I have comments Every where so no problem for me to understand it later”… Read more

Similar

An Intro to JavaScript Modules

There seems to be some confusion when it comes to JavaScript modules and how they exactly work, and why are there different forms in which we can use them. Today I’ll explain the different ways in which you can export and import modules. Some background o... (more…)

Read more »