25 días de retos con JavaScript
In the index.js file import your exercise file and invoke the function. You can print the result with a
console.log(result)
import createXmasTree from "./Ejercicio4/Ejercicio4.js"
console.log(createXmasTree(5))
Last but not least, do not forget the js extension, otherwise Node will not find the module