Posts by GHCouto • 1 point
1 post
-
-1
votes1
answer45
viewsQ: Return an array with the N first even numbers
Write a function that, by receiving an N number as a parameter, returns the N first even numbers (for example, if N is 3, you must print 0, 2 and 4; if N is 5, it must return 0, 2, 4, 6 and 8).…
javascriptasked GHCouto 1