Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Questions | Answers | Discussions | Knowledge sharing | Communities & more.
Who is the current Prime Minister of India?
Narendra Modi is current prime minister of India.
Narendra Modi is current prime minister of India.
See lessHow long ago do historians estimate the first settlers arrived on what is now American soil?
More than 12,000 years ago the first settlers arrived on American soil.
More than 12,000 years ago the first settlers arrived on American soil.
See lessWhat is the capital of India?
New Delhi is the capital of India.
New Delhi is the capital of India.
See lessWhat is the capital of India?
New Delhi is the capital of India.
New Delhi is the capital of India.
See lessWhat is the difference between Call, Apply and Bind in javascript.
The call method binds the 'this' value to the function and executes the function. It takes the 'this' value and a list of arguments as parameters. Then, it returns the value returned by the function, which is called using the call method. The apply method binds the 'this' value to the function and eRead more
The call method binds the ‘this’ value to the function and executes the function. It takes the ‘this’ value and a list of arguments as parameters. Then, it returns the value returned by the function, which is called using the call method. The apply method binds the ‘this’ value to the function and executes the function. It takes the this value and a single array object as parameters, and it returns the value returned by the function, which is called using the apply method. The bind method binds the ‘this’ value to the function and returns a new function. However, we still need to separately invoke the returned function.
See lessWhat is a prototype chain
The prototype chain is a mechanism that allows objects to inherit properties and methods from other objects. Every object can have exactly one prototype object. That prototype object can also have a prototype object, and so on, creating a chain of inherited properties and methods.
The prototype chain is a mechanism that allows objects to inherit properties and methods from other objects. Every object can have exactly one prototype object. That prototype object can also have a prototype object, and so on, creating a chain of inherited properties and methods.
See lessWhat are the possible ways to create objects in JavaScript
In JavaScript, there are four ways to create an object using object literals, constructor functions, ES6 classes and object create method, which is very useful when we need to create an object using an existing object as a prototype.
In JavaScript, there are four ways to create an object using object literals, constructor functions, ES6 classes and object create method, which is very useful when we need to create an object using an existing object as a prototype.
See lessOne who walks on ropes –
The technical term for the art of walking on a tightrope or slackrope is funambulism and a person who does it is a funambulist.
The technical term for the art of walking on a tightrope or slackrope is funambulism and a person who does it is a funambulist.
See lessOne with unlimited power –
An autocracy is a government controlled by one person with absolute power. As unlimited power doesn't usually bring out the best in people, autocracies are often brutal regimes. The word autocracy comes from the Greek roots auto ("self") and kratos ("power").
An autocracy is a government controlled by one person with absolute power. As unlimited power doesn’t usually bring out the best in people, autocracies are often brutal regimes. The word autocracy comes from the Greek roots auto (“self”) and kratos (“power”).
See lesswhat is diffusion?
Diffusion is defined as the net movement of molecules from an area of greater concentration to an area of lesser concentration. The molecules is a gas, a liquid or a solid are in constant motion due to their kinetic energy. Molecules are in constant movement and collide with each other. These collisRead more
Diffusion is defined as the net movement of molecules from an area of greater concentration to an area of lesser concentration. The molecules is a gas, a liquid or a solid are in constant motion due to their kinetic energy. Molecules are in constant movement and collide with each other. These collisions cause the molecules to move in random directions.
See less