Change the code so that it outputs undefined to the console.
Null and Undefined
Undefined
Report a typo
Write a program in JavaScript
let data = 1000;
function getData(data) {
console.log(data);
}
getData("id: 74060");
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.