What will be the output for the following script?
const input = require('sync-input');
let number = Number(input("Enter a number: "));
// user enters "a number"
console.log(number);What will be the output for the following script?
const input = require('sync-input');
let number = Number(input("Enter a number: "));
// user enters "a number"
console.log(number);Create a free account to access the full topic