filmov
tv
JavaScript Exercises | Hack Reactor's Bootcamp Prep | Module 1 | 025_isEvenAndGreaterThan10

Показать описание
JavaScript Exercises | Hack Reactor's Bootcamp Prep | Module 1 | Exercise 025_isEvenAndGreaterThan10
Exercise 25 of 145
In this video, I solve exercise 025_isEvenAndGreaterThan10. The function, isEvenAndGreaterThan10, has one parameter, a number. A number is passed through this function as an argument. The modulus operator is used to test if number is even or odd and greater than operator used to test is number is greater than ten. If both conditions are true, the boolean value true is returned. Then, the greater than o
To complete this exercise, one needs to use/having an understanding of:
-Functions
-Variables
-Function arguments and parameters
-boolean values
-Return statements
-greater than operator
-logical AND operator
Similar Exercises from Module 1 of Hack Reactor Bootcamp Prep Javascript exercises.
If you encountered difficulty solving this exercises, it may prove useful to work through and understand the exercises below.
Connect with me:
Exercise 25 of 145
In this video, I solve exercise 025_isEvenAndGreaterThan10. The function, isEvenAndGreaterThan10, has one parameter, a number. A number is passed through this function as an argument. The modulus operator is used to test if number is even or odd and greater than operator used to test is number is greater than ten. If both conditions are true, the boolean value true is returned. Then, the greater than o
To complete this exercise, one needs to use/having an understanding of:
-Functions
-Variables
-Function arguments and parameters
-boolean values
-Return statements
-greater than operator
-logical AND operator
Similar Exercises from Module 1 of Hack Reactor Bootcamp Prep Javascript exercises.
If you encountered difficulty solving this exercises, it may prove useful to work through and understand the exercises below.
Connect with me: