Sign in Welcome! Log into your account your username your password Forgot your password? Get help Password recovery Recover your password your email A password will be e-mailed to you. HomeArenaQuiz #3 ArenaQuiz Quiz #3 By Coding Artist 6th September 2022 0 354 Share Facebook Twitter Pinterest WhatsApp 136 Created by Coding Artist Quiz #3 1 / 10 In Javascript which method is used to access an element by id? elementById(ID) getElement(ID) getElementById(ID) getElementById() 2 / 10 let x = 12.34;console.log(typeof x);What will the above code output to the console? number int float long 3 / 10 What is the right place to insert a JavaScript? Inside body tag Both body and head tag Inside head tag 4 / 10 let x = Math.round(8.5);console.log(x);What will the above code output to the console? 8.5 8 8.00 9 5 / 10 let x = 5;let x = 0;console.log(x);What will the above code output to the console? 5 Syntax Error 0 Reference Error 6 / 10 let names = ["Jake", "Henry", "Tom"];console.log(names.shift());What will the above code output to the console? Tom Jake ["Henry", "Tom"] ["Jake", "Henry"] 7 / 10 let x = Math.min();console.log(x);What will the above code output to the console? Infinity -Infinity null NaN 8 / 10 var x = 0;for (var x = 5; x < 10; x++);console.log(x);What will the above code output to the console? 5 Syntax Error 0 10 9 / 10 let a = Boolean("false");console.log(a);What will the above code output to the console? false true 10 / 10  var x = 5; var x = 0; console.log(x);What will the above code output to the console? Syntax Error 5 0 Type Error Your score is The average score is 40% LinkedIn Facebook Twitter VKontakte 0% Restart quiz Tagscss advanced quizcss quizjavascript interview questionsjavascript MCQjavascript multiple choice questionsjavascript question bankjavascript quiz Share Facebook Twitter Pinterest WhatsApp Previous articleMCQ – 5/9/22Next articleFlashlight Effect With Javascript Coding Artist RELATED ARTICLES Arena Javascript Quiz For Intermediates 24th July 2023 Arena Javascript Quiz For Beginners 16th July 2023 Arena MCQ – 10/2/23 10th February 2023 LEAVE A REPLY Cancel reply Comment: Please enter your comment! Name:* Please enter your name here Email:* You have entered an incorrect email address! Please enter your email address here Website: Save my name, email, and website in this browser for the next time I comment. Please enter an answer in digits:20 − fourteen = Most Popular Image Gallery with Lightbox Effect Using HTML, CSS, and JavaScript 20th December 2024 Build a Draggable and Sortable Grid with HTML, CSS, and JavaScript Introduction 16th December 2024 3D Button With HTML, CSS & Javascript 13th December 2024 Create a Digital Clock with a 24-Hour/12-Hour Format Switcher 9th December 2024 Load more