gokulc200 / Import-and-Export-a-Boolean-

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 100.0%