Why JAVASCRIPT?
How to write and run Javascript
How to Add Javascript to Webpage
Representing data with values
Primitive Data Types
- Primitive Data Types
- Number Type
- String Type
- Boolean data type
- Undefined and null
- JavaScript Type Conversions
Operators
Expressions
Statements
- What are statements?
- Expression Statements
- Compound and Empty Statements
- Declaration Statements
- Conditional statements
- Loop statements
- Jump Statements
- Assignments
Arrays
Goto google type playcode.io
- Create an account in playcode.io using gmail.
- Goto sign up and give the credentials as gmail there the dashboard will appear click on agree.
Select the following options suitable and click on next.
Write the program accordingly by using project give the title as first.html in that script.js where we can write javascript code directly down we can see the program output of console.log().
Click on the left side top where the eye symbol is there. The screen gets clear and the output gets on one side.Hide/open option is available.
Note: document.write option does not work on this platform. To execute document.write, we can use other platforms like Notepad++,visual studio.