Skip to content
No results
  • Home
  • Tutorials
    • Java
    • Selenium
    • Python
    • HTML
    • CSS
    • JavaScript
    • PHP
    • Computer
    • Computer GK
  • Interview
    • Core Java
      • OOPs Concepts
      • String
      • Collections
    • Selenium
      • Java
      • Automation Testing
      • TestNG
      • Selenium Framework
      • Company IQ
    • Python
  • MCQ Quiz
    • Python Quiz
  • Offline Coding Classes
  • Blog
Scientech Easy logo
Scientech Easy
  • Home
  • Tutorials
    • Java
    • Selenium
    • Python
    • HTML
    • CSS
    • JavaScript
    • PHP
    • Computer
    • Computer GK
  • Interview
    • Core Java
      • OOPs Concepts
      • String
      • Collections
    • Selenium
      • Java
      • Automation Testing
      • TestNG
      • Selenium Framework
      • Company IQ
    • Python
  • MCQ Quiz
    • Python Quiz
  • Offline Coding Classes
  • Blog
Scientech Easy logo
Scientech Easy
  • JavaScript

Switch Statement in JavaScript

JavaScript switch statement flowchart diagram

A switch statement in JavaScript is a multi-way decision statement that executes one statement from multiple conditions. It uses the result of an expression to evaluate which statement has to be executed. In other words, a switch statement executes statements…

Read MoreSwitch Statement in JavaScript
  • DEEPAK GUPTA
  • February 3, 2022
  • JavaScript

If Else in JavaScript | Nested If Else, Example

JavaScript if-else if ladder flowchart diagram

If else in JavaScript is a two-way conditional statement or double selection statement. It tests a condition and executes one of two sets of code, depending on the result. In other words, the if-else statement executes the first statement if…

Read MoreIf Else in JavaScript | Nested If Else, Example
  • DEEPAK GUPTA
  • February 2, 2022
  • JavaScript

If Statement in JavaScript

Flowchart of single selection if statement in JavaScript

An if statement in JavaScript is the simplest decision-making statement that allows to specify an alternative path of execution in a program. It is used to change the flow of execution in the program. This statement executes a block of…

Read MoreIf Statement in JavaScript
  • DEEPAK GUPTA
  • February 1, 2022
  • JavaScript

Conditional Statements in JavaScript

Types of Conditional control flow statements in JavaScript

A simple JavaScript program consists of a set of statements that generally contain expressions and end with a semicolon. When we execute a JavaScript program, at a time, only one statement is executed by the JavaScript interpreter. These statements are…

Read MoreConditional Statements in JavaScript
  • DEEPAK GUPTA
  • January 31, 2022
  • Java

Palindrome in Java with Program

A palindrome in Java is a word, phrase, number, or sentence that reads the same in forward and backward directions. In other simple words, a palindrome is a word, phrase, number, or sequence of characters that is the same after…

Read MorePalindrome in Java with Program
  • DEEPAK GUPTA
  • January 29, 2022
  • Java

Reverse String in Java with Program

In this tutorial, we will learn how to reverse a string by word or character in Java with the help of example programs. A string is a sequence of characters that is considered as an object in Java. In Java,…

Read MoreReverse String in Java with Program
  • DEEPAK GUPTA
  • January 27, 2022
  • JavaScript

Operator Precedence in JavaScript

When we work with a complex expression that contains more than one operator, it is vital to know the order in which JavaScript uses rules of operator precedence to calculate the value. The precedence of operators in JavaScript helps to…

Read MoreOperator Precedence in JavaScript
  • DEEPAK GUPTA
  • January 25, 2022
  • JavaScript

TypeOf Operator in JavaScript

The “typeof” operator in JavaScript is a unary operator that checks data types of its operands. The operand can be either literal, variable, function, or object. The typeof operator has only one operand. It returns the type of variable of…

Read MoreTypeOf Operator in JavaScript
  • DEEPAK GUPTA
  • January 25, 2022
  • JavaScript

Unary Operators in JavaScript | Increment, Decrement

JavaScript Unary operators

In the previous tutorial so far, we learned all binary operators and ternary operators. JavaScript also provides unary operators that requires only single variable. Unary operators in JavaScript are those operators that works on a single operand, which may be…

Read MoreUnary Operators in JavaScript | Increment, Decrement
  • DEEPAK GUPTA
  • January 24, 2022
Prev
1 … 66 67 68 69 70 71 72 … 115
Next

Join Our Community for the Latest Tutorials and IT Job Updates!

  • Telegram Channel
  • WhatsApp Channel
  • Facebook Group

Scientech Easy | 8 Years of Excellence

Learn programming and computer technology with practical tutorials, coding examples, interview questions, and quizzes.

Follow Us Online

Resources

  • About Us
  • Blog
  • Contact Us
  • Privacy Policy
  • Sitemap

Get in Touch

  • Address: 4A, Shiv Shakti Complex, Joraphatak Road , Dhanbad, Jharkhand , India
  • Email: contact@scientecheasy.com
  • Mobile: 7979027618
  • Opening hours Mon - Sat : 9AM - 8PM

Copyright © (2018 - 2026) - Scientech Easy. All rights reserved. Developed by Scientech Easy