How to detect screen size or resolution ?
In many scenarios, we want to detect the screen size or resolution in our web app. The browser provides us 'Screen' object which contains screen-related information. to access screen object…
In many scenarios, we want to detect the screen size or resolution in our web app. The browser provides us 'Screen' object which contains screen-related information. to access screen object…
Here are my python interview/job preparation questions and answers. Which can help to to clear the interview or also help to take interview of any candidates. What is list ?…
Why is cloud computing typically cheaper to use? You typically pay only for the cloud services you use, which helps you: Lower your operating costs.Run your infrastructure more efficiently.Scale as…
What is Azure? Azure is a continually expanding set of cloud services that help your organization meet your current and future business challenges. Azure gives you the freedom to build,…
To restart Jenkins we have various way. Few are with url and few with the help of plugin. Let see all possible ways to restart jenkins. 1. Using url <jenkins_url>/safeRestart -…
When I started working with JavaScript language, I faced issues many times related to "this" while making ajax call. In this case, the bind method helps me a lot. This…
In the various scenario, we need to calculate the number of months or number of weeks or number of years, etc. between two dates. We can calculate it using various methods of Dates given in JavaScript.
Optional Chaining is a new Operator in JavaScript, which might be not supported by the old version of the browser. Most of the latest versions of the browser support this…