Description
In this program, you'll learn how to check if a string is numeric or not in JavaScript.
Lab Objective
Upon completion of this lab, you will be able to:
● Take input of String from the user.
● Print if a String is numeric.
Prerequisites
You should have VS Code or any other suitable IDE like Eclipse for programming and running the code.