JAVASCRIPT - Basic
Write a function that returns the sum of two numbers. Fundamentals of writing a function.
Write a function to determine the multiplication of two numbers.
Determine the length of a string usign .length method.
Convert the given string to upper case.
Convert the given string to lower case.
Return the first character of the string.
Return the last character of the string.
Return the string without first character.
Return the string after concatenation.
Return the string after interpolation.
Return the string after interpolation of multiple variables.
Return the multiline string.
Return a string after converting number to string.
If condition satisfies return true else return false.
Return an empty array.
Return the number of elements in the array.
Adds the 'Calculator' string to the array it receives.
Calculate and print the sum of the elements in an array, but some of those integers may be quite large.
Basic challenge to test your knowledge on conditional statements and array manipulation techniques.
Convert the given Time in AM/PM format to 24-hour format.
Flip a matrix to test your itration skill over 2-D Arrays.
Find the difference of the sum of the 2 diagonals of a square matrix.