Skip to content

nujovich/advent-js-challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent JS Challenges

25 días de retos con JavaScript

How to test you solution

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

Contributors

Bianca Mainella Daiana Terranova Magalí Rocha Nadia Ujovich

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published