JavaScript

JavaScript

Popular programming language that conforms to ECMAScript

JavaScript is a lightweight, interpreted, programming language used primarily in web browsers but increasingly in other environments such as server applications.

JavaScript Day 2023

playlist

JavaScript Day 2023
JetBrains JavaScript Day 2023 is a free virtual event that took place on November 2, 2023.
Add New Dependencies

tip

Add New Dependencies
WebStorm can help you add a new dependency.
Add and Remove Breakpoints Quickly

tip

Add and Remove Breakpoints Quickly
How to toggle breakpoints without using the mouse.
Add console.log Faster

tip

Add console.log Faster
Use Postfix Completion to quickly add console.log.
Convert to async Function

tip

Convert to async Function
Quickly convert a function that returns a Promise to an async function.
Create Arrow Functions in One Click

tip

Create Arrow Functions in One Click
WebStorm can help you add arrow functions to your code.
Evaluate Expressions When Debugging

tip

Evaluate Expressions When Debugging
How to check the value of an expression in WebStorm.
Improve Code Readability

tip

Improve Code Readability
How to enable method separators to make it easier to read your code in WebStorm.
Replace with Template String

tip

Replace with Template String
How to replace a regular string with a template literal in WebStorm.
Simplify Boolean Expression

tip

Simplify Boolean Expression
How to simplify a complex boolean expression in WebStorm.
JavaScript Day 2022

playlist

JavaScript Day 2022
JetBrains JavaScript Day 2022 is a free virtual event that took place on November 10, 2022.
Web Fundamentals in Rider

tutorial

Web Fundamentals in Rider
Learn how Rider helps you with web applications to build full-stack apps with ease.
Coding Assistance

Part of tutorial

Coding Assistance
Find out how Rider helps you write better code, faster.
Debugging code

Part of tutorial

Debugging code
What's your code doing? Step through code with the debugger, and find out.
Testing code

Part of tutorial

Testing code
Get started with testing. We will use Jest as an example.
Navigation in web applications

Part of tutorial

Navigation in web applications
How can you find what you want? Let's look at navigating around a code base.
Introduction

Part of tutorial

Introduction
Introduction to the Web Fundamentals in Rider series.
Running code

Part of tutorial

Running code
How to run your code and see the results? Let's explore.
Refactoring

Part of tutorial

Refactoring
See how the IDE helps you safely refactor code, without breaking existing code.
Make JSDoc Comments More Readable

tip

Make JSDoc Comments More Readable
Render documentation comments right in the editor.
Getting Helpful Suggestions

tip

Getting Helpful Suggestions
Look out for suggestions from WebStorm! They can help you not to forget about an important thing.
Get Help with Random Data

tip

Get Help with Random Data
Let the Randomness plugin generate some data for you.
Check Documentation in JavaScript

tip

Check Documentation in JavaScript
Hover over a symbol or use a shortcut to quickly review documentation.
Move Elements Left and Right

tip

Move Elements Left and Right
Quickly swap functions parameters, attributes in tags, and more.
See Return Values in Variables View

tip

See Return Values in Variables View
See what value a method returns.
Using Surround With

tip

Using Surround With
Learn how to surround items with braces, brackets, or quotation marks in JSON.
Working with Navigation Bar

tip

Working with Navigation Bar
Find out how to use the navigation bar efficiently.
Adding Imports Automatically

tip

Adding Imports Automatically
WebStorm helps add an import even if you're using default exports.
Complete Current Statement

tip

Complete Current Statement
Add curly braces and move the cursor with a single keystroke.
Make Fields Private or Public

tip

Make Fields Private or Public
Use a quick fix to quickly make a field public or private.
Avoid Property Mixup

tip

Avoid Property Mixup
WebStorm helps avoid mixing up properties.
Compute Constant Values

tip

Compute Constant Values
Let WebStorm do math for you.
Convert to Arrow Function

tip

Convert to Arrow Function
Quickly convert a function to a variable holding an arrow function.
Quickly Look Up Parameters

tip

Quickly Look Up Parameters
Get help when completing function parameters.
Move Function to File

tip

Move Function to File
Extract a function into a separate file.
42 Tips and Tricks

playlist

42 Tips and Tricks
Become an IDE champ with these bite-sized tips and tricks.
Run npm Scripts from package.json

tip

Run npm Scripts from package.json
Browse your package.json scripts and run in a dedicated tool window.