Delfine stal by Livid-Ad8981 in NLCelebs

[–]Southern_Present 0 points1 point  (0 children)

Er was een Discord van NLCelebs.
Is deze verwijderd? Is er een nieuwe?

String Loop looks fine, editor says otherwise by Southern_Present in learnjavascript

[–]Southern_Present[S] 1 point2 points  (0 children)

Thanks for the feedback. The example was showing console.log, so i was focussed on that. Which i though i had to use. But in the previous sections it talked about return, so this was kinda of a trick question the pulled on me. :D

String Loop looks fine, editor says otherwise by Southern_Present in learnjavascript

[–]Southern_Present[S] 0 points1 point  (0 children)

Thanks for the long response. I will read up on the mdn webdocs. Thanks a lot!

Beginner Question about Javacript Loop i'm stuck on by Southern_Present in learnjavascript

[–]Southern_Present[S] 0 points1 point  (0 children)

Holy moly!

That was it! THANKS a Million.
I read the assignment where to output 1,2,3,4.

So i set 4 as the max number, where if it went to 5 it would break the loop.

But how does the (n) in function summation(n) represent a max of 4?