WEBVTT

00:00.530 --> 00:05.450
So inside of power surges, let's write the add function.

00:05.450 --> 00:06.800
So add.

00:08.610 --> 00:10.020
Why we take two variables.

00:10.020 --> 00:14.040
We have number one.

00:14.040 --> 00:15.360
Number two.

00:17.590 --> 00:23.020
And that simply just returns number one plus number two.

00:25.450 --> 00:28.330
And now our test has passed.

00:28.330 --> 00:35.620
And notice that as soon as I press control or command s and save the file, the test runner runs the

00:35.620 --> 00:38.800
test and shows that the test is passing.

00:40.180 --> 00:44.740
Okay, so that's the very first test that you guys have written.
