Must Know JavaScript topicsSynchronous single threaded. Java Script is a synchronous single threaded language. It can also behave asynchronous with help of async and await.As of now they are separate topics to discuss Synchronous means execution happens line by line as it is ...Sep 11, 2022·2 min read
Git BasicsGit Commands Here are few commands , if you are a beginner! Command --->Use Case git init --->Creates an empty Git repository in the specified directory. git clone ---> Clones a repository located at onto your local machine. git add --->Stages o...Jul 23, 2022·1 min read
Just, Markdown ThingsNever worry about remembering syntax , cheat sheets are always availableJul 23, 2022·2 min read
New to CSS, Do not worry!!! CSS *Selectors{ }CSS : explore more when only needed.Jul 18, 2022·3 min read