JavaScript is generally considered as interpreted language, although it has characteristics of both interpreted and complied language. Modern JS...
Topics Covered : How JavaScript executes, Hoisting in JS, Undefined vs not defined JavaScript is a synchronous, single-threaded language. How...
Tree A tree is a non-linear data structure where each node is connected to a number of nodes with the help of pointers or reference. Binary tree A...
Features of JavaScript Light weight interpreted programming language. which means interpreter (an software) reads and executes the code...
functions is a piece of code that we use to reduce code repeatability Syntax: function function_name(parameters){ //code to be executed } //...
I have some previous knowledge about Data structures and its implementation but never completed and practised in depth. I started this blog writing to...