JavaScript Arrays - Vector Addition in JavaScript - Exercise

preview_player
Показать описание
In this video we are using javascript arrays to represent vectors (those things you might know from your physics course). We will implement vector addition, which is another nice exercise for the aspiring master of javascript arrays.
Additionally, I will talk a little bit about the importants of checking a function's parameters before you use them in your code.

We are going to use: Arrays, isArray, For-Loops, and Functions

Рекомендации по теме
Комментарии
Автор

I really need this, but I can't read it. It's too small and unclear. Could you please add the code in the comments?

陈瀚龙