mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 17:25:59 +02:00
content(resources): clean up placeholder resources
This commit is contained in:
@@ -101,7 +101,3 @@ getCharacters().then(characters => {
|
||||
console.log(characters); // (20) [{...}, {...}, {...}]
|
||||
});
|
||||
```
|
||||
|
||||
Let's break down what's happening in this function
|
||||
|
||||
// TODO: finish this
|
||||
|
||||
@@ -5,8 +5,6 @@ created_at: "2019/07/26"
|
||||
title: Simplifying Promises
|
||||
---
|
||||
|
||||
-- placeholder --
|
||||
|
||||
The first naive attempt, using new Promise for something that already returns a promise.
|
||||
|
||||
```js
|
||||
|
||||
Reference in New Issue
Block a user