Posted in Civil Engineer Interview

Civil Engineer Interview Questions and Answers

1. What Drew You to Civil Engineering? One of the most common civil engineering interview questions is, “Why do you want this job?” Employers in…

Continue Reading...
Posted in Gitlab Interview

How to delete a Git branch locally

How to delete local Git branches To issue the command to delete a local Git branch, follow these steps: Open a Git BASH window or…

Continue Reading...
JavaScript
Posted in Angular ES6 Javascript jquery js TS typescript

ES6 class declaration

ES6 class declaration ES6 introduced a new syntax for declaring a class as shown in this example👆 This Person class behaves like the Person type…

Continue Reading...
Posted in Javascript js

Understanding javascript numbers

JavaScript has only one type of number. Numbers can be written with or without decimals. *Adding Numbers and Strings WARNING !!JavaScript uses the + operator…

Continue Reading...
Jquery
Posted in Javascript jquery

What Does jQuery Do for Me?

jQuery makes many tasks easier. Its simplistic, comprehensive API has the ability to completely changethe way you write JavaScript, with the aim of consolidating and…

Continue Reading...
Posted in Angular angular 8 angularJS denojs

What is Deno.js

Deno was created by Ryan Dahl, the creator of Node.js. Deno is secure by default. Without permission, it cannot access files, network, or the environment….

Continue Reading...
JavaScript
Posted in ES6 Interview Javascript jquery js TS typescript

What Is The Fastest Way To Load JavaScript

There are a few things you can do: Load the HTML and CSS before the javascript. This gives the browser everything it needs to layout…

Continue Reading...
jquery mobile
Posted in Javascript jquery mobile

JQuery Mobile

jQuery Mobile is a UI framework that is written in JavaScript language and used for creating mobile web applications. It works on all popular smartphones and tablets. jQuery Mobile…

Continue Reading...
Web Workers
Posted in ES6 HTML Interview Javascript jquery js TS typescript

Web Workers

Javascript is single-threaded and multiple scripts can not execute at the same time. So if we execute any heavy computation task, then sometimes our page…

Continue Reading...
HTML5 Canvas
Posted in HTML HTML5 Javascript

HTML 5 Canvas Interview questions

1) What is Canvas in HTML 5? It let us create graphics on the web page with the help of client-side scripting. 2) How does…

Continue Reading...