Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 297 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 297 Bytes

Greeting Message

Create a new file index.js in the message directory.

Write a JS program to export the string Hello Rahul! Have a Great Day using the message from greeting/index.js.

Export the template string using the default export syntax.

Use Common JS module syntax.