Template Literals

4 years ago

Template literals allow for embedded expressions and help to solve the complex concatenation problem. They are enclosed by a back-tick…

Logical Operators

4 years ago

“Programs must be written for people to read, and only incidentally for machines to execute.” — Harold Abelson, Structure and Interpretation…

5 Network Scanning Tools

4 years ago

Network scanning is the process of identifying, analysing and fixing loopholes and vulnerabilities in a network to prevent a malicious…

Box shadows in CSS

4 years ago

The box shadow property in CSS is used to cast shadow on the frame of elements. It has the following…

Working With Functions

4 years ago

A function is a group of reusable code that can be called anywhere in your program. Functions eliminate the need…

Beginning With React Native

4 years ago

React Native is an open-source mobile application framework created and developed by Facebook, Inc. It is used to develop native…

Inheritance in Java

4 years ago

Inheritance in programming is the process whereby one class (also called a sub-class) acquires the properties (methods, fields, etc) of…

Exceptions in Java

4 years ago

An exception is a problem that arises during the execution of a program. When an exception occurs, the normal flow…

Arithmetic Operators

4 years ago

Arithmetic operators are used in mathematical expressions much the same way they are used in algebra. Here's a list of…

What Are Cookies?

4 years ago

We've all been harassed with the following request: This website uses cookies ... Please accept to continue ... Oh yeah!…