Skip to content

docs(getting-started): promises current links #4352

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 4, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs(getting-started): promises links
  • Loading branch information
guspan-tanadi authored Mar 4, 2025
commit dc495e4454ace2fd1e7ca48b2f982d01d032a51c
2 changes: 1 addition & 1 deletion website/pages/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { Tabs } from 'nextra/components';

Before getting started, you should have Node v6 installed, although the examples should mostly work in previous versions of Node as well.
For this guide, we won't use any language features that require transpilation, but we will use some ES6 features like
[Promises](http://www.html5rocks.com/en/tutorials/es6/promises/), classes,
[Promises](http://web.dev/articles/promises/), classes,
and arrow functions, so if you aren't familiar with them you might want to read up on them first.

> Alternatively you can start from [this StackBlitz](https://stackblitz.com/edit/stackblitz-starters-znvgwr) - if you choose
Expand Down