Login
Remember
Register
User GeorgeBell
Wall
Recent activity
All questions
All answers
Ask a Question
Questions by GeorgeBell
0
votes
1
answer
Variables declared with which of the following constructs do not have block scope?
asked
Jan 21, 2020
in
ECMAScript
0
votes
1
answer
What is the scope of the variable "a" in function below? function val(x){ if(x>0){ let a = x; console.log(a); } }
asked
Jan 21, 2020
in
ECMAScript
0
votes
1
answer
A Promise has _________ number of states.
asked
Jan 21, 2020
in
ECMAScript
0
votes
1
answer
What is the meaning of the following line of code? const pi=3.14;
asked
Jan 21, 2020
in
ECMAScript
0
votes
1
answer
Which of the following does not declare a block scoped variable?
asked
Jan 21, 2020
in
ECMAScript
0
votes
1
answer
What if promise2 get rejected in the following syntax? Promise.all(promise1, promise2, .....)
asked
Jan 21, 2020
in
ECMAScript
0
votes
1
answer
Keyword "let" allows redeclaring variables.
asked
Jan 21, 2020
in
ECMAScript
0
votes
1
answer
Objects declared as "const" are immutable.
asked
Jan 21, 2020
in
ECMAScript
0
votes
1
answer
Symbols can be created using the factory function _________.
asked
Jan 21, 2020
in
ECMAScript
0
votes
1
answer
What is the significance of the following code snippet? for (let i = 0; i < 10; i++) { x += 10; }
asked
Jan 21, 2020
in
ECMAScript
0
votes
1
answer
ES6 modules are stored in __________.
asked
Jan 21, 2020
in
ECMAScript
0
votes
1
answer
Using yield(), Generators can receive input from _________.
asked
Jan 21, 2020
in
ECMAScript
0
votes
1
answer
Declaring variables with which of the following keywords, will make the variable immutable?
asked
Jan 21, 2020
in
ECMAScript
+1
vote
1
answer
It is always a good practice to physically separate the code based on ________.
asked
Jan 21, 2020
in
ECMAScript
0
votes
1
answer
A JavaScript module is a file that exports something for other modules to consume.
asked
Jan 21, 2020
in
ECMAScript
0
votes
1
answer
ECMAScript is a __________
asked
Jan 21, 2020
in
ECMAScript
0
votes
1
answer
ES6 is officially called ______________
asked
Jan 21, 2020
in
ECMAScript
0
votes
1
answer
Which method can be used to retrieve symbols from the global symbols registry?
asked
Jan 21, 2020
in
ECMAScript
0
votes
1
answer
Promise reactions are callbacks that you register with the Promise method then(), to be notified of a fulfillment or a rejection.
asked
Jan 21, 2020
in
ECMAScript
0
votes
1
answer
In Arrow functions, if there is only one parameter and that parameter is an identifier then the parentheses can be omitted.
asked
Jan 21, 2020
in
ECMAScript
0
votes
1
answer
Which of the following parameters can be used to define indefinite number of parameters in one single array?
asked
Jan 21, 2020
in
ECMAScript
0
votes
1
answer
Which of the following parameters can be used to expand a single array into multiple arguments?
asked
Jan 21, 2020
in
ECMAScript
0
votes
1
answer
"Rest" collects all variables into a single array, while "Spread" expands a single variable into multiple.
asked
Jan 21, 2020
in
ECMAScript
0
votes
1
answer
Give any simple example of Jenkins script.
asked
Jan 17, 2020
in
Jenkins
0
votes
1
answer
Why is Jenkins called a Continuous Delivery Tool?
asked
Jan 17, 2020
in
Jenkins
0
votes
1
answer
What are the various ways in which the build can be scheduled in Jenkins?
asked
Jan 17, 2020
in
Jenkins
0
votes
1
answer
How can you define a Continuous Delivery Workflow?
asked
Jan 17, 2020
in
Jenkins
0
votes
1
answer
What are the basic requirements for installing Jenkins?
asked
Jan 17, 2020
in
Jenkins
0
votes
1
answer
What is the solution if you find a broken build for your project?
asked
Jan 17, 2020
in
Jenkins
0
votes
1
answer
What is Flow Control in Jenkins?
asked
Jan 17, 2020
in
Jenkins
Page:
« prev
1
...
45
46
47
48
49
50
51
52
53
54
55
...
58
next »
...