JavaScript
Posted in ES6 Javascript

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 in the previous example. However, instead of…

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...
Posted in Interview

About CSS

A stylesheet is a set of rules defining how an html element will be “presented” in the browser. These rules are targeted to specific elements…

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...
QA Tester
Posted in blockchain CSS Frameworks Interview interview Manual Testing

Tell me about yourself answer

First, it’s an easy and open-ended way to start the conversation.  Your interviewer is hoping that this question will get you talking. This question is almost…

Continue Reading...
Posted in images Webp

A new image format for the Web

WebP is a modern image format that provides superior lossless and lossy compression for images on the web. Using WebP, webmasters and web developers can…

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...
HTML5
Posted in Interview

Q&A on HTML

To help you win your upcoming HTML5-based job interview, here we are with our pick of the 10 best HTML5 interview questions, try yourself to…

Continue Reading...
bootstrap
Posted in Bootstrap Bootstrap 4 bootstrap 5 CSS Frameworks Interview

What’s new in Bootstrap 5

Here are some major point 1 Bootstrap no longer depends on jQuery 2. Dropped support for Internet Explorer (up to IE-11) 3. Updated forms element…

Continue Reading...