Question: Basic Types with Java Coding Files 5 index.html JS main.js main.js x 1 /* + 2 Basic Types activity 3 3 style.css 4 5 6
Basic Types with Java Coding



Files 5 index.html JS main.js main.js x 1 /* + 2 Basic Types activity 3 3 style.css 4 5 6 - Create 3 variables and set them up to the given instructions. Also, type check them with the typeof operator in the console. */ //your code here 7 /////////////////////////////////// 8 //check results in browser console 9 10 console.log('myFirstName: ', myFirstName); console.log('numberOfCities: ', numberOfCities); 11 console.log('having Fun: ', having Fun); 12 13 14 15 16 17 17 // Do not edit code past this point if (typeof module !== 'undefined') { } module.exports = { myFirstName, numberOfCities, having Fun };
Step by Step Solution
3.40 Rating (150 Votes )
There are 3 Steps involved in it
javascript your code here let myFirstName John let numberOfCiti... View full answer
Get step-by-step solutions from verified subject matter experts
