Bissoy.com
Login
Doctors
Medicines
MCQs
Q&A
Ask
Merit Test
Questions
Courses
Consider the following code snippet : if (!a[i]) continue ; What is the observation made ?
Skips the undefined elements
Skips the non existent elements
Skips the null elements
All of the mentioned
LohaHridoy
0
Edit
4
views
2025-01-04 04:42
1
Answers
AhmedNazir
Answer: Option 4
Let'
0
Thanks
4
views
Answered
2022-09-01 13:21
Report
Edit
Call
Related Questions
Consider the following code snippet : var scope = "global scope"; function checkscope() { var scope = "local scope"; function f() { return scope; } return f; What is the function of the above code snippet?
1 Answers
6
Views
Consider the following code snippet var sets = com.davidflanagan.collections.sets; What is the programmer trying to do in the above code snippet?
1 Answers
5
Views
Consider the following code snippet [x,y]=[y,x]; What is the result of the above code snippet?
1 Answers
6
Views
Consider the following code snippet function tail(o) { for (; o.next; o = o.next) ; return o; } Will the above code snippet work If not, what will be the error?
1 Answers
7
Views
Consider the following code snippet function f(o) { if (o === undefined) debugger; } What could be the task of the statement debugger?
1 Answers
90
Views
Consider the following code snippet function printprops(o) { for(var p in o) console.log(p + ": " + o[p] + "n"); } What will the above code snippet result ?
1 Answers
9
Views
Consider the following code snippet function hypotenuse(a, b) { function square(x) { return x*x; } return Math.sqrt(square(a) + square(b)); } What does the above code result?
1 Answers
11
Views
Consider the following code snippet console.log(p) If p is not defined, what would be the result or type of error?
1 Answers
5
Views
Consider the following code snippet data.sort(function(a,b),b-a); What does the above code do?
1 Answers
5
Views
Consider the following code snippet var f = new java.io.File("/tmp/test"); var out = new java.io.FileWriter(f); out instanceof java.io.Reader What will be the output for the above code snippet?
1 Answers
6
Views
কোরআন
হাদিস
চাকুরি প্রস্তুতি
বিশ্ববিদ্যালয় ভর্তি
মেডিকেল SBA
12
এইচএসসি
10
এসএসসি
8
জেএসসি
এক্সাম দিয়ে মেধা যাচাই করুন
Job Preparation (1125)
Admission (754)
এসএসসি (10)
এইচএসসি (5)
Login Required
You need to log in to continue.
Login
Cancel
Download Required
You need to download the app to make a call.
Download
Cancel