Understand module pattern and singleton pattern in JavaScript the module pattern fills many gaps where programmers would otherwise use a singleton, however the module pattern more... (more…)
Read more »
This article will give you a quick intro to five of the most important array methods in JavaScript, which you’ll need to know in order to… (more…)
Read more »
Learning JS can be overwhelming. I know it can feel like there is an ocean of stuff you don’t know.
Read more »
What's new in JavaScript ECMAScript 2020 (ES2020)? Let's see some new JavaScript features coming in ES2020 or ECMAScript 2020 or ES11 standard. The new JavaScript ES2020 features are now finalised! Let's see what changes we have for JavaScript ECMAScript ... (more…)
Read more »
In this blog post, we are going to talk a little about static, unit, and integration tests before diving into end-to-end testing. (more…)
Read more »