Login
Remember
Register
Recent
Hot!
Most votes
Most answers
Most views
Ask a Question
Recent questions
+1
vote
1
answer
What are the primary advantages of using Aptana Studio for web development
asked
Feb 25, 2024
in
Aptana
by
john ganales
javascript
html
css
server-side-scripting-languages
+1
vote
1
answer
Can you discuss the key differences between Aptana Studio,
asked
Feb 25, 2024
in
Aptana
by
john ganales
web
development
project
+1
vote
1
answer
What's the output? function sum(a, b) { return a + b; } sum(1, '2');
asked
Feb 24, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
+1
vote
1
answer
All object have prototypes. A: true B: false
asked
Feb 24, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
+1
vote
1
answer
What are the three phases of event propagation?
asked
Feb 24, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
+1
vote
1
answer
What's the output? function Person(firstName, lastName) { this.firstName = firstName; this.lastName = lastName; }
asked
Feb 24, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
+1
vote
1
answer
What's the output? function Person(firstName, lastName) { this.firstName = firstName; this.lastName = lastName; }
asked
Feb 24, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
+1
vote
1
answer
What happens when we do this? function bark() { console.log('Woof!'); } bark.animal = 'dog';
asked
Feb 24, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
+1
vote
1
answer
What's the output? let greeting; greetign = {}; // Typo! console.log(greetign);
asked
Feb 24, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
+1
vote
1
answer
What's the output? class Chameleon { static colorChange(newColor) { this.newColor = newColor;
asked
Feb 24, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-qeustions-answers
+1
vote
1
answer
What's the output? let a = 3; let b = new Number(3); let c = 3; console.log(a == b); console.log(a === b);
asked
Feb 24, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
+1
vote
1
answer
What's the output? let c = { greeting: 'Hey!' }; let d; d = c; c.greeting = 'Hello'; console.log(d.greeting);
asked
Feb 24, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
Which one is true? const bird = { size: 'small', }; const mouse = { name: 'Mickey', small: true, };
asked
Feb 24, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
What's the output? +true; !'Lydia'; A: 1 and false B: false and NaN C: false and false
asked
Feb 24, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
What's the output? for (var i = 0; i < 3; i++) { setTimeout(() => console.log(i), 1); } for (let i = 0; i < 3; i++)
asked
Feb 24, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
What's the output? function sayHi() { console.log(name); console.log(age); var name = 'Lydia'; let age = 21; }
asked
Feb 24, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
Array.of(7)
asked
Feb 24, 2024
in
HTML
by
DavidAnderson
html5-interview-questions-answers
0
votes
1
answer
(typeof[] === typeof{}) && (typeof null === typeof {})
asked
Feb 24, 2024
in
HTML
by
DavidAnderson
html5-interview-questions-answers
0
votes
1
answer
Which of the following media properties can be used to speed up Video playback?
asked
Feb 24, 2024
in
HTML
by
DavidAnderson
html5-interview-questions-answers
0
votes
1
answer
for a weakmap w1, which of the following is valid
asked
Feb 24, 2024
in
HTML
by
DavidAnderson
html5-interview-questions-answers
0
votes
1
answer
console.log(0.1+0.2==0.3)
asked
Feb 24, 2024
in
HTML
by
DavidAnderson
html4-interview-questions-answers
0
votes
1
answer
valid display values for the below form element
asked
Feb 24, 2024
in
HTML
by
DavidAnderson
html5-interview-question-answers
0
votes
1
answer
when is the NOSCRIPT element not considered in a browser?
asked
Feb 24, 2024
in
HTML
by
DavidAnderson
html5-interview-questions-answers
0
votes
1
answer
what is TZD in datetime value attribute
asked
Feb 24, 2024
in
HTML
by
DavidAnderson
html5-interview-questions-answers
0
votes
1
answer
The following description is given for which data transfer attribute?
asked
Feb 24, 2024
in
HTML
by
DavidAnderson
html5-interview-questions-answers
0
votes
1
answer
which event will fire every time when the mouse is moved while the object is being dragged?
asked
Feb 24, 2024
in
HTML
by
DavidAnderson
html5-interview-questions-answers
0
votes
1
answer
How do you handle user impersonation in Angular applications
asked
Feb 24, 2024
in
Angular
by
SakshiSharma
angular-applications
0
votes
1
answer
Can you discuss the concept of “Defense in Depth”
asked
Feb 24, 2024
in
Angular
by
SakshiSharma
defense-in-depth
0
votes
1
answer
What are some best practices for keeping Angular application tokens secure from theft and misuse?
asked
Feb 24, 2024
in
Angular
by
SakshiSharma
angular-application-misuse
0
votes
1
answer
How can you leverage Angular’s built-in security features
asked
Feb 24, 2024
in
Angular
by
SakshiSharma
built-in-security-features
Page:
« prev
1
...
86
87
88
89
90
91
92
93
94
95
96
...
667
...
next »
Recent questions
...