Proyecto test
Open Source Your Knowledge, Become a Contributor
Technology knowledge has to be shared and made accessible for free. Join the movement.
Welcome!
This Nodejs template lets you get started quickly with a simple working example using npm. If it is your first contribution then you should have a look at the Getting Started document.
The source codeeee is on GitHub, please feel free to come up with proposals to improve it.
Hands-on Demo
Luke, how many stars are there in these galaxies?
1
2
3
4
5
6
7
8
9
14
function countAllStars(galaxies) {
var totalStars = 0;
galaxies.forEach(function(stars) {
totalStars = stars; // fix me
}, this);
return totalStars;
}
// {
Enter to Rename, Shift+Enter to Preview
Check out the markdown file welcome.md
to see how this exercise is injected into the template.
Open Source Your Knowledge: become a Contributor and help others learn. Create New Content