You must not use built in functions that solve the given task
Each exercise should have an example of using
Use only external js files
Task 1
Write a JavaScript function that accept two integers and display the largerst
Write a JavaScript for loop that will iterate from 0 to 9. For each iteration, it will check if the current number is odd or even, and display a message to the console
Write a JavaScript function to check whether a string is blank or not