Skip to content

Mrinalummadising/import-and-export-Number-using-ES6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Import and Export a Number using ES6 Module Syntax

Create two files exportNumber.mjs, importNumber.mjs parallel to README.md file.

Write a JS program to export the number 25 from the file exportNumber.mjs and export it using the default export syntax.

Import the number in the importNumber.mjs file.

Use ES6 module syntax.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published