BMByali Macquelineinjscript.hashnode.dev·Dec 29, 2024 · 4 min readJavaScript 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 ...00
BMByali Macquelineingit-and-markdown-basics.hashnode.dev·Dec 24, 2024 · 4 min readGit 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...00