Javascript Exercise
Javascript Exercise
1. Given an array of integer numbers, compute how many values from the
array are odd and how many of them are even.
2. Write a function that will take two strings as parameters and will return their
concatenation, with a space between it, all in upper case.