Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 377 Bytes

ex_47.md

File metadata and controls

6 lines (5 loc) · 377 Bytes

Exercise 47

  • Create a new index47.js file
  • Define a students variable and assign 5 student names from your class, separated by commas
  • Define a result variable and use the students variable split method to get a students name array and assign it as result variable value
  • Show the result value as output: console.log('Students names:', %result%) (something like this)