Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 289 Bytes

ex_102.md

File metadata and controls

11 lines (10 loc) · 289 Bytes

Exercise 102

  • Create a new index102.js file
  • Define a showName variable and assign a function as value
  • When the showName function get executed it will print your name with the following output format:
===========
= Nicolás =
===========
  • Call the showName at least 2 times