Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 288 Bytes

ex_24.md

File metadata and controls

6 lines (5 loc) · 288 Bytes

Exercise 24

  • Create a new index24.js file
  • Define a username variable and assign a null value
  • Show the username variable value using console.log() with the variable name (string) as first parameter and the actual variable value as second
  • Example: console.log('name', name);