Question: Write a JavaScript program which accept a number as input and insert dashes (-) between each two consecutive even numbers. For example: for the input
Write a JavaScript program which accept a number as input and insert dashes (-) between each two consecutive even numbers. For example: for the input 025468
Output: 0-254-6-8
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
