{
    "componentChunkName": "component---src-templates-challenges-classic-show-tsx",
    "path": "/learn/javascript-algorithms-and-data-structures/basic-javascript/mul-two-nums",
    "result": {"data":{"challengeNode":{"challenge":{"block":"basic-javascript","demoType":null,"title":"Multiply Two numbers with javascript","description":"<section id=\"description\">\n<p>We can also multiply one number by another.</p>\n<p>JavaScript uses the <code>*</code> symbol for multiplication of two numbers.</p>\n<p><strong>Example</strong></p>\n<pre><code class=\"language-js\">const myVar = 13 * 13;\n</code></pre>\n<p><code>myVar</code> would have the value <code>169</code>.</p>\n<h2>Hinglish</h2>\n<p>Hum ek number ko doosre se bhi guna kar sakte hain.</p>\n<p>JavaScript mein do numbers ko guna karne ke liye <code>*</code> symbol ka istemal hota hai.</p>\n<p><strong>Example</strong></p>\n<pre><code class=\"language-js\">const myVar = 13 * 13;\n</code></pre>\n<p><code>myVar</code> ki value <code>169</code> hogi.</p>\n</section>","id":"6606cbe0e0a3c313551e82b3","hasEditableBoundaries":false,"instructions":"<section id=\"instructions\">\n<p>Change the <code>0</code> so that product will equal <code>80</code>.</p>\n<p><code>0</code> ko aise badal do ki product <code>80</code> ke barabar ho jaye.</p>\n</section>","notes":null,"challengeType":1,"helpCategory":"JavaScript","videoUrl":null,"superBlock":"javascript-algorithms-and-data-structures","translationPending":false,"forumTopicId":null,"fields":{"blockName":"basic-javascript","slug":"/learn/javascript-algorithms-and-data-structures/basic-javascript/mul-two-nums","tests":[{"text":"<p>The variable <code>product</code> should be equal to 80.</p>","testString":"assert(product === 80);"},{"text":"<p>You should use the <code>*</code> operator.</p>","testString":"assert(/\\*/.test(__helpers.removeJSComments(code)));"}]},"required":[],"usesMultifileEditor":false,"challengeFiles":[{"fileKey":"scriptjs","ext":"js","name":"script","contents":"const product = 8 * 0;","head":"","tail":"(function(z){return 'product = '+z;})(product);","editableRegionBoundaries":[],"history":["script.js"]}]}}},"pageContext":{"challengeMeta":{"blockHashSlug":"/learn/javascript-algorithms-and-data-structures/#basic-javascript","dashedName":"mul-two-nums","certification":"javascript-algorithms-and-data-structures","disableLoopProtectTests":false,"disableLoopProtectPreview":false,"superBlock":"javascript-algorithms-and-data-structures","block":"basic-javascript","isFirstStep":false,"template":null,"required":[],"nextBlock":"basic-javascript","nextChallengePath":"/learn/javascript-algorithms-and-data-structures/basic-javascript/mul-two-decs","prevChallengePath":"/learn/javascript-algorithms-and-data-structures/basic-javascript/sub-two-nums","id":"6606cbe0e0a3c313551e82b3"},"projectPreview":{"challengeData":{"challengeType":19,"challengeFiles":[]}},"id":"/learn/javascript-algorithms-and-data-structures/basic-javascript/mul-two-nums"}},
    "staticQueryHashes": ["4268002518","813102432"]}