Nothing here yet.
Nothing here yet.
Function Declaration In javascript, the function keyword is used to declare a function. The term "function declaration" refers to the process of defining a function prototype, which includes the function name, parameters, and statements. Syntax: func...

I recently came across the JavaScript Jargon "Transpiler" at neogCamp, so thought of writing a blog on it. Transapiler History of JavaScript JavaScript is a very different language as it doesn't have a compiler and every browser has its JavaScript. N...
