Question: Q3. Write a JavaScript function currentDate(ch) to return a current date string with the separator character ch, e.g. / or -. Then, display the returned
Q3.
Write a JavaScript function currentDate(ch) to return a current date string with the separator character ch, e.g. / or -. Then, display the returned value on the screen.
Sample I/O:
If user passes / as ch, the following output will be displayed if today is 15 February:
15/02/2023
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
