Frontend developer / Technical Writer
Nothing here yet.
Nothing here yet.
Git is a free and open source distributed version control system. It manages changes to documents or source code over time. It keeps track of every modification made to a source code or document in a database. If there is an error to the document, it...

Function is a very important concept in JavaScript. It helps us to write reusable, concise and easy to maintain code. Understanding function in JavaScript is very important as it serve as the foundation for structuring our applications. It determines...
