Iqra Technology

JS Template Literals

❮ Previous Next ❯ JavaScript Template Literals Template literals are a feature introduced in ECMAScript 6 (ES6) that allows you to embed expressions within string literals, enabling more flexible and readable code. Example   // Using template literals  const name = “John”;  const greeting = `Hello, ${name}!`;  console.log(greeting); // Output: Hello, John! In the example […]

JS Template Literals Read More »

JS Data Types

❮ Previous Next ❯ JavaScript Data Types In JavaScript, data types tell us what data to store and work within our programs. Understanding data types is important because they help us manage and manipulate data effectively. Basic Example let studentName = “Amir Shaikh”; •   let: This is a keyword used to declare a variable in

JS Data Types Read More »

How to Create Your First Console Application in C# using Visual Studio

HTML CSS Bootstrap JavaScript C# SQL Salesforce Admin Study Material Live Session ✔ C# Tutorial C# History C# Features .Net Framework Introduction to IDE C# Example C# Program Excecution ✔ C# Basic C# Variables C# Identifiers C# Data Types C# Numeric C# Floating Point C# Math Class C# String C# Escape Sequence C# Verbatim Strings

How to Create Your First Console Application in C# using Visual Studio Read More »