2 followers
Knowledge junkie. Fan of all things CSS and JavaScript(currently focusing on React and Node). Discovering new things on the web everyday, and sharing the things I find interesting on the way!
First of all, I know it's probably a little late to say this, but still: Happy Hacktober! It's the much anticipated HacktoberFest month, which means maintainers have spent a fair bit of time preparing their projects, contributors have spent time gear...
Prerequisites: This tutorial assumes that you have basic knowledge of: JavaScript fundamentals The difference between the client-side and server-side of web applications HTTP requests and definition of web servers. The Command Line Interface. Intro...
Summary This tutorial will cover the following concepts:• Variables in JavaScript• Declaration and Initiation of Variables• The var, let, and const keywords• Variable Scope and Hoisting WHAT ARE VARIABLES Variables in JavaScript are...