Task 1 - Check if a string is upper case

The quick brown fox jumps over the lazy dog

THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG



Task 2 - Remove the spaces from the string, then log the resultant string.

Here is you text without the spaces:



Task 3 - Calculate the sum of 2 numbers and log the result.

The sum of your chosen numbers is:



Task 4 - Return the square root of a number n.

The square root of your number is:



Task 5 - Log to the console your current age.



Task 6 - Given 2 variables, return the value of the second variable, multiplied as many times as the value of the first.



Task 7 - Convert a binary number (given as a string) to a decimal number.

Your binary number converted into decimal number is:



Task 8 - Return the final number, at the given power.

Your number at the given power is:



Task 9 - Reverse a string

Here is you text reversed:



Task 10 - Remove a certain letter from a string.

Here is you text without the selected letter: