As a begineer to web developer one should know about Git and GitHub people tend to confuse between these two. Let's crack it down and understand the difference between them. What is Git?
Git is a distributed version-control system for tracking changes in source code during software development. It creates a local repository in our computer in which we will make local changes..
This is the blog post related to first chapter in Eloquent Javascript which I read during EJSchallenge you can check details here EJS Challenge. In this challenge I learnt about Js airthmetic operation, special Numbers such as Nan and Undefined. Different Operators used in js..