Author: admin

Data types in JavaScript

Data types in JavaScript

What you will learn here about javascript data type. What is Data type Data types in javascript What is Data type Data type basically tells what type of data we are going to store...

Identifier rules in JavaScript

Identifier rules in JavaScript

What you will learn here about javascript identifier What is identifier JavaScript identifier rules What is identifier Basically identifier tells, how to define variable name or function name or array name or class name...

JavaScript variables

JavaScript variables

What you will learn here about javascript variables What is variable How to define variable in javascript How to call variable in javascript What is variable We all know in every programming language data...

Javascript basics

Javascript basics

What is Javascript? Javascript is client side programming language used for dynamically adding or modifying web page(HTML page) content. console.log All modern browser supports console. In javascript, console.log() is function which provides logging or...

Style sheet in html

Style sheet in html

What you will learn here about CSS CSS Stylesheet types CSS Stylesheet types: CSS helps to design the content to be displayed on the browser. Using CSS we can style the color of the...

How to swap two numbers in python

How to swap two numbers in python

What you will learn here about python number swapping How to swap two numbers using temp variable in python How to swap two numbers using arithmetic operator How to swap two numbers using bitwise...

How to define a function in Python

How to define a function in Python

What you will learn here about Python How to define a function in Python Python name error name is not defined How to define a function in Python 1)In Python def keyword helps us...