jscript.hashnode.devJavaScript Basics that I learnt today#JAVASCRIPT BASICS Datatypes Values Variables Conditions Operators Loops Functions ##HISTORY OF JAVASCRIPT Initially, developers wanted something which could bring functionality to the browser; a scripting Language. Code written could only ...Dec 29, 2024·4 min read
git-and-markdown-basics.hashnode.devGit and MarkdownGIT AND MARKDOWN GIT This is the most popular version control system in the world. It records and tracks changes made in code overtime in a special Database called Repository. A version control system can either be centralized or distributed. Whereas...Dec 24, 2024·4 min read