News

Challenge 1:Rules in naming variables state whether these naming practices are valid or not var _myName="vinod" var _1my__Name="abcd" var 1myName="thapa"; var $myName ...
Node.js is a Javascript runtime built on Chrome's V8 Javascript engine. Node.js is a Javascript running on the server. The runtime environment is literally just the environment your application is ...