Bonzar: Assessment wanted for Functions skill test (task 1-4)

I looking forward to your feedback and comments

Code link:
https://codepen.io/collection/dbMpvx

Task link:

1 Like

Congratulations, @Bonzar!

Everything’s correct.
You could make task 3 a bit simpler by removing the “+ 1” from the random function to create an excluding upper bound and just call random(0, array.length).

Michael

2 Likes