Login
Remember
Register
User DavidAnderson
Wall
Recent activity
All questions
All answers
Ask a Question
Answers by DavidAnderson
0
votes
Which one is true? const bird = { size: 'small', }; const mouse = { name: 'Mickey', small: true, };
answered
Feb 24, 2024
in
JavaScript
javascript-interview-questions-answers
0
votes
What's the output? +true; !'Lydia'; A: 1 and false B: false and NaN C: false and false
answered
Feb 24, 2024
in
JavaScript
javascript-interview-questions-answers
0
votes
What's the output? for (var i = 0; i < 3; i++) { setTimeout(() => console.log(i), 1); } for (let i = 0; i < 3; i++)
answered
Feb 24, 2024
in
JavaScript
javascript-interview-questions-answers
0
votes
What's the output? function sayHi() { console.log(name); console.log(age); var name = 'Lydia'; let age = 21; }
answered
Feb 24, 2024
in
JavaScript
javascript-interview-questions-answers
0
votes
Array.of(7)
answered
Feb 24, 2024
in
HTML
html5-interview-questions-answers
0
votes
(typeof[] === typeof{}) && (typeof null === typeof {})
answered
Feb 24, 2024
in
HTML
html5-interview-questions-answers
0
votes
Which of the following media properties can be used to speed up Video playback?
answered
Feb 24, 2024
in
HTML
html5-interview-questions-answers
0
votes
for a weakmap w1, which of the following is valid
answered
Feb 24, 2024
in
HTML
html5-interview-questions-answers
0
votes
console.log(0.1+0.2==0.3)
answered
Feb 24, 2024
in
HTML
html4-interview-questions-answers
0
votes
valid display values for the below form element
answered
Feb 24, 2024
in
HTML
html5-interview-question-answers
0
votes
when is the NOSCRIPT element not considered in a browser?
answered
Feb 24, 2024
in
HTML
html5-interview-questions-answers
0
votes
what is TZD in datetime value attribute
answered
Feb 24, 2024
in
HTML
html5-interview-questions-answers
0
votes
The following description is given for which data transfer attribute?
answered
Feb 24, 2024
in
HTML
html5-interview-questions-answers
0
votes
which event will fire every time when the mouse is moved while the object is being dragged?
answered
Feb 24, 2024
in
HTML
html5-interview-questions-answers
0
votes
Which data transfer attribute returns the specified data if there is no such data returns empty string
answered
Feb 23, 2024
in
HTML
html5-interview-questions-answers
0
votes
HTML5 introduces two mechanisms, similar to HTTP session cookies, for storing structured data on the client
answered
Feb 23, 2024
in
HTML
html5-interview-questions-answers
0
votes
The default character encoding in HTML5 is
answered
Feb 23, 2024
in
HTML
html5-interview-questions-answers
0
votes
which feature lets you create your own vocabularies beyond HTML 5 and extent …
answered
Feb 23, 2024
in
HTML
html5-interview-questions-answers
0
votes
The following elements <header>,<footer>,<article>,<section> These elements are called
answered
Feb 23, 2024
in
HTML
html5-interview-questions-answers
0
votes
warchPosition() method retrieves periodic updates about the current geographic location of the device
answered
Feb 23, 2024
in
HTML
html5-interview-questions-answers
Page:
« prev
1
...
56
57
58
59
60
61
62
63
64
65
66
...
183
next »
...