#9 Guess the output ???
Sham Gurav
Posted on March 24, 2022
function getUserId(...args) {
console.log(typeof args);
}
getUserId(21);
Options -
A) string
B) number
C) object
D) NaN
Reply with correct answer & WHY it is correct answer in comments.
💖 💪 🙅 🚩
Sham Gurav
Posted on March 24, 2022
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.