Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

function myFunc() { let a =10; if (true) { let a =5; console. log(a); console. log(a); myFunc(); January 15 Q1 function myFunc() { let a

image text in transcribedimage text in transcribed

function myFunc() \{ let a =10; if (true) \{ let a =5; console. log(a); console. log(a); myFunc(); January 15 Q1 function myFunc() \{ let a =10; if (true) \{ let a =5; console. log(a); \} console. log(a); myFunc(); Q2 const square = num num num; console. log( square (3)+5); Q3 let x=30; let y="200; console. log(x+y); Q4 const nums =[10,20,8,17]; nums. filter (e=>>10); console. log( nums ); Q5 const nums =[30,35,42,20,15]; console. log (nums. every (num num >20) )

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

The Manga Guide To Databases

Authors: Mana Takahashi, Shoko Azuma, Co Ltd Trend

1st Edition

1593271905, 978-1593271909

More Books

Students also viewed these Databases questions

Question

Explain different types of binary tree representation?

Answered: 1 week ago

Question

What do you think is likely to be Liams problem? Discuss.

Answered: 1 week ago

Question

What laws were passed because of domestic violence?

Answered: 1 week ago