Assessment wanted for My Adding bouncing balls features

Hello everyone,

I've finished the exercise: Adding features to our bouncing balls demo

Here is my code

Here is my test site

Could you please give me some advices?

Thanks

Dongyue

Bonjour @Dongyue

Amazing work! :medal_sports:

Just one remark:
keyCode is deprecated. You should use KeyboardEvent.code instead.

Have a nice day,
Michael

1 Like