You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Write a JavaScript program to create an updated string of 4 copies of the last 3 characters of a given string. The string length must be 3 and above.
const prompt = require("prompt-sync")();
console.log("Enter the string here : ");
var str = prompt();
console.log("Enter how many times you repeat : ");