HomeTutorialsArticlesAbout MeContact

Challenge
7

Improve your JavaScript by testing your skills with these guided challenges
JS Challenge 7: Multiples of 3 or 5
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23.
Alberto Montalesi
October 28, 2020
1 min
JS Challenge 5: Pete the baker
Write a function cakes(), which takes the recipe (object) and the available ingredients (also an object) and returns the maximum number of cakes Pete can bake (integer).
October 15, 2020
2 min
JS Challenge 4: Who Likes it?
Implement a function likes :: [String] -> String, which must take in input array, containing the names of people who like an item. It must return the display text as shown in the examples.
October 12, 2020
2 min
JS Challenge 3: Remove Zeroes
Write a function that takes an array of values and moves all elements that are zero to the end of the array, otherwise preserving the order of the array. The zero elements must also maintain the order in which they occurred.
October 06, 2020
2 min
Page 1 of 2
Next
© 2022, All Rights Reserved.

Quick Links

TutorialsArticlesChallenges

Social Media