Give JavaScript statements to perform the following tasks.
1. Concatenating (joining) two strings: "Click" and "Start".
2. Using single line and multiple line comments.
3. Declaring four variables: length, breadth, height and volume.
4. Display a confirm dialog box with the message "Plant more tree



Answer :

Other Questions