Browsing: JavaScript

Collecting data from users is an important feature in web applications. The best approach is to make use of forms, which involves the user entering their information which will be stored in a database

Scopes as used in many programming languages defines how accessible variables, functions or objects are. In this article, we’d get to understand how scopes are used in Javascript