#JavaScript #VariablesInJavascript #DataTypesInJavascript #JavascriptTutorials
+How to declare & initialize Variables?
+Types of variables in JavaScript?
+Differences between variables?
+Data types in JavaScript?
==================================================
Variables : variables are containers for storing data . We can create variables using let, var & const keywords.
Data Types: Every data we are storing in variable is a specific type (number or integer, string, Boolean, objects etc) depending on the data which is called data type. So data type represents the type of data. In Javascript we don’t need to specific the data type when we assign any data to a variable unlike Java; it automatically can understand the data types based on data.
=====================================================
~~~Subscribe to this channel, and press bell icon to get all updated videos on Selenium and Cypress Automation:
/ codenboxautomationlab
~~~ Follow us on Facebook & Twitter to get more updates:
/ codenboxqa
/ codenboxteam