Alert , Prompt and Confirm in JavaScript

By joyal_easycodelearner • 22 Apr 2026

These are 3 browser specific functions to interact with the visitors


Alert : Shows a message.

Prompt : Shows a message asking the user to enter the input text.It retu...

Read More Go Back
JavaScript Data Types

By joyal_easycodelearner • 22 Apr 2026

Data types are of eight in JavaScript,Seven Primitive types and one non-primitive types

  1. Numbers (let and there are special numeric values infinity ,-...

Read More Go Back
JavaScript Variables and Data Types

By joyal_easycodelearner • 22 Apr 2026

Varaibles are like a storage container for certain value.


Data Types :For each value in JavaScript is always of a certain type.For example , a string or number.

There are 8 b...

Read More Go Back
JavaScript : Beginner Part 1

By joyal_easycodelearner • 22 Apr 2026

JavaScript was initially created to "make web pages alive"


The programs in this language are called scripts.They can be written right in a web page's html and run ...

Read More Go Back
Learn SQL as Beginner using Microsoft SQL Server(MSSql):Part 1

By joyal_easycodelearner • 22 Apr 2026

SQL stands for structured query language ,It is the standard language used to communicate with relational databases.


It is used to


Read More Go Back
Why do we use Interface ,Abstract ,Static ,Delegate & Generics

By joyal_easycodelearner • 22 Apr 2026

In Software engineering we always struggle with


  1. Repeating code
  2. Tight coupling
Read More Go Back
What is an API

By joyal_easycodelearner • 22 Apr 2026

API stands for Application Programming Interface .


Think of it like a waiter in a restaurant:


  1. You (clien...

Read More Go Back