Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 333 Bytes

ex_41.md

File metadata and controls

8 lines (7 loc) · 333 Bytes

Exercise 41

  • Create a new index41.js file
  • Define a text1 variable and assign the following value: HELLO
  • Define a text2 variable and assign the following value: javascript
  • Define a text3 variable and assign the following value: WORLD
  • Show the following output: hello JAVASCRIPT world
    • Use console.log() & concat