Create two files exportFunctionWithParameter.js, importFunctionWithParameter.js parallel to README.md file. Write a JS function that accepts a number and returns its square, in the file ...
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.