Demystifying the Internet 💡. Let's dive in.
Ever thought when entering google.com and performing any search on the internet, how does it work❓, how you get there in such a lightning speed❓.

Search for a command to run...
Series
Blogs and articles related to the Cohort
Ever thought when entering google.com and performing any search on the internet, how does it work❓, how you get there in such a lightning speed❓.

Declaration of Array This is the year 1987; we are at Jungle base. let level1 = ['grunt', 'grunt', 'flying-soldier', 'grunt']; // we need to engage now console.log(level1, "Engage"); Methods in arrays Shift() Our hero, Bill needs to take out a few e...

Introduction What is Javascript? Have you ever wondered, when you click on a button for example pay button, you are taken to a form and then you fill the form on the website, and the payment is made, my friend that is nothing but Javascript working b...

Understanding Objects In the world of programming, objects play a crucial role, they are fundamental building blocks which assist in structuring and organizing code. Objects play a pivotal role in Javascript, enabling developers to create complex str...

Introduction In the year 2405, the Starship Enterprise, under the command of Captain Jean-Luc Picard, embarks on a critical mission to establish peaceful relations with the mysterious alien civilization known as the Xelthorians. The Xelthorians posse...

Introduction Javascript, the Dynamic language which powers the web, is constantly evolving. While this evolution brings exciting new features, it can also create compatibility issues, older browsers might not support the latest Javascript features, l...
