Skip to content

manny0328/boolean-solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Import and Export a Boolean using Common JS Module Syntax

Create two files exportBoolean.js, importBoolean.js parallel to README.md file.

Write a boolean with the value as true in the exportBoolean.js file and export it using the default export syntax.

Import the boolean value in the importBoolean.js file.

Use Common JS module syntax.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published