What Is Being Done In The Following Javascript Codep Pre #923
What is being done in the following JavaScript code?</p> <pre><code class="language-javascript"> <script> function fetch() { remoteLoader.loadJS("/lab/perfLogger.js", init) remoteLoader.loadCSS(["/style/base.css", "http://fonts.googleapis.com/css?family=Metrophobi c&v2"]) } </script> </code></pre>
This multiple choice question (MCQ) is related to the book/course gs gs106 Javascript. It can also be found in gs gs106 Invocation and Performance Navigation - JavaScript Lazy Loading - Quiz No.2.
What is being done in the following JavaScript code?
<script> function fetch() { remoteLoader.loadJS("/lab/perfLogger.js", init) remoteLoader.loadCSS(["/style/base.css", "http://fonts.googleapis.com/css?family=Metrophobi c&v2"]) } </script>
JS and CSS files are deleted
CSS is replaced with JS
JS is replaced with CSS
JS and CSS files are loaded
Similar question(s) are as followings:
Online Quizzes of gs106 Javascript
Graphics and Rendering in JavaScript - Scripted Media - Quiz No.1
gs gs106 Javascript
Online Quizzes