Skip to content

Commit 6b927fc

Browse files
authored
fixing a typo on line 7
Correcting spelling from 'exampple' to 'example'.
1 parent c799f28 commit 6b927fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/05-types/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A value in JavaScript is always of a certain type. For example, a string or a nu
44

55
There are eight basic data types in JavaScript. Here, we'll cover them in general and in the next chapters we'll talk about each of them in detail.
66

7-
We can put any type in a variable. For exampple, a variable can at one moment be a string and then store a number:
7+
We can put any type in a variable. For example, a variable can at one moment be a string and then store a number:
88

99
```js
1010
// no error

0 commit comments

Comments
 (0)