Posts by user139817 • 35 points
3 posts
-
0
votes1
answer1306
viewsQ: Doubt in JS array logic
I need to make the array received from the function HAPPENS (in this function I receive the schedules of students who entered early, late and punctual. ) go to the function OPENINGS (and here I…
javascriptasked user139817 35 -
0
votes6
answers4637
viewsQ: Dual in function and for
I need to settle this matter: Utopian trees grow in a particular way in two cycles: every spring they double their size, every summer they grow one meter. If Laura plants a utopian tree with one…
javascriptasked user139817 35 -
0
votes1
answer275
viewsQ: How do I count values from an array?
seems to be a silly question, but how do I count the array values and show the fraction of existing positive, negative and zeros, for example: [1,3,0, -1] and returns [0.50,0.25,0.25]? I did a for…
javascriptasked user139817 35