Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Hot questions
Home
Hot! Questions
0
votes
How can we log the values that are commented out after the console.log statement? function* startGame() {
asked
Mar 10
by
DavidAnderson
javascript-interview-questions-answers
0
votes
You received a new urgent task to create several Azure virtual machines in your Azure environment.check
asked
Mar 6
in
Azure
by
rajeshsharma
azure
virtual
machines
0
votes
What's the output? // counter.js let counter = 10; export default counter; // index.js import myCounter
asked
Mar 9
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
Azure Monitor can trigger alerts based on data in an Azure Log Analytics workspace
asked
Mar 6
in
Azure
by
rajeshsharma
azure
log
analytics
workspace
0
votes
What's the output? function Car() { this.make = 'Lamborghini'; return { make: 'Maserati' }; }
asked
Mar 9
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
What does the setInterval method return in the browser? setInterval(() => console.log('Hi'), 1000);
asked
Mar 7
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
What's the output? const person = { name: 'Lydia' }; Object.defineProperty(person, 'age', { value: 21 });
asked
Mar 9
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
Azure Monitor can send alerts to Azure action groups.
asked
Mar 6
in
Azure
by
rajeshsharma
azure
action
groups
0
votes
What's the output? function greeting() { throw 'Hello world!'; } function sayHi() {
asked
Mar 9
in
JavaScript
by
DavidAnderson
javascript-interview-quesitons-answers
0
votes
What's the output? class Dog { constructor(name) { this.name = name; } }
asked
Mar 9
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
What's the value of num? const num = parseInt('7*6', 10);
asked
Mar 7
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
What's the output? (() => { let x = (y = 10); })();
asked
Mar 9
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
function getInfo(member, year) { member.name = 'Lydia'; year = '1998'; }
asked
Mar 9
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
What's the output? const person = { name: 'Lydia', age: 21, }; for (const item in person) { console.log(item); }
asked
Mar 7
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
What's the output? function* generator(i) { yield i; yield i * 2; } const gen = generator(10);
asked
Mar 7
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
What does this return? [...'Lydia'];
asked
Mar 7
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
What does this return ? const firstPromise = new Promise((res, rej) =>
asked
Mar 7
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
What's the output? console.log(3 + 4 + '5');
asked
Mar 7
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
What's the output? let person = { name: 'Lydia' }; const members = [person]; person = null; console.log(members);
asked
Mar 7
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
Your company has decided to migrate all its services to Microsoft Azure
asked
Mar 5
in
Azure
by
rajeshsharma
platformasaservice
paas
Page:
« prev
1
...
136
137
138
139
140
141
142
143
144
145
146
...
1000
next »
...