Skip to main content

9 docs tagged with "Flow"

View All Tags

Adding Flow

Learn how to add Flow, a static type checker, to your Create React App, empowering your code with type safety and bug prevention.

Break Statement in JavaScript

In this tutorial, we will learn about the break statement in JavaScript. We will learn how to use the break statement to exit a loop prematurely in JavaScript.

For In Loop in JavaScript

In this tutorial, we will learn about the for...in loop in JavaScript. We will learn how to use the for...in loop to iterate over the properties of an object in JavaScript.

For Loop in JavaScript

In this tutorial, we will learn about the for loop in JavaScript. We will learn how to use the for loop to execute a block of code multiple times in JavaScript.

For Of Loop in JavaScript

In this tutorial, we will learn about the for...of loop in JavaScript. We will learn how to use the for...of loop to iterate over the elements of an iterable object in JavaScript.

If...Else in JavaScript

In this tutorial, we will learn about the if...else statement in JavaScript. We will learn how to use the if...else statement to make decisions in JavaScript.

Supported Browsers and Features

Learn about the supported browsers and advanced language features in the website project. Understand how to ensure broad browser compatibility and leverage modern JavaScript capabilities.

Switch Statement in JavaScript

In this tutorial, we will learn about the switch statement in JavaScript. We will learn how to use the switch statement to make decisions in JavaScript.

While Loop in JavaScript

In this tutorial, we will learn about the while loop in JavaScript. We will learn how to use the while loop to execute a block of code repeatedly as long as a specified condition is true.