We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0f1a88 commit c756b5fCopy full SHA for c756b5f
User-Input.md
@@ -3,7 +3,7 @@
3
## Using `prompt()`
4
Reading in input from the user can be done using `prompt()` .
5
6
-> prompt() will only work in browsers, not in IDE's sucs a VSCode.
+> prompt() will only work in browsers, not in IDE's such as VSCode.
7
8
```javascript
9
const iOSMessage = 'Looks like you develop for Apple devices.';
0 commit comments