Latest

All the resources in the Guide, starting with most recent.

Complete Statement

Tip

Complete Statement
Complete statement can add your semicolons, brackets and manage caret placement for you.
Top Shortcuts

Playlist

Top Shortcuts
Our handpicked top shortcuts just for you.
JavaScript Day 2021

Playlist

JavaScript Day 2021
JetBrains JavaScript Day 2021 is a free virtual event that took place on October 14, 2021.
Summary and Shortcuts

Part of tutorial

Summary and Shortcuts
Everything we covered in this tutorial including help links and shortcuts.
Sharing your project on GitHub - The quick approach

Part of tutorial

Sharing your project on GitHub - The quick approach
How to enable version control for your project and share it to GitHub in one step.
Sharing your project on GitHub - The multi-step approach

Part of tutorial

Sharing your project on GitHub - The multi-step approach
How to enable version control for your project locally first before sharing it to GitHub.
Introduction

Part of tutorial

Introduction
Two ways you can share your local repository with GitHub.
Sharing your Project on GitHub

Tutorial

Sharing your Project on GitHub
How you can share a local project to GitHub.
Getting Started

Part of tutorial

Getting Started
Learn to create and run your first solution in Rider.
TSX and ES6

Part of tutorial

TSX and ES6
Using React and TypeScript means good JSX and ES6+ support in the IDE. This section shows some useful features from both.
Testing

Part of tutorial

Testing
Test-first development with Jest in the IDE.
Rich Events and Testing

Part of tutorial

Rich Events and Testing
Add event handling to a stateful class component by first writing tests during development.