Skip to content

Commit 73eed18

Browse files
Dorin-Davidpasor1
andauthored
Update 1-js/05-data-types/11-date/article.md
Co-authored-by: Simone Pasini <66781510+pasor1@users.noreply.github.com>
1 parent c8db74f commit 73eed18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/11-date/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ for (let i = 0; i < 100000; i++) {
263263
let end = Date.now(); // done
264264
*/!*
265265

266-
alert( `The loop took ${end - start} ms` ); // sottrai numberi, not date
266+
alert( `The loop took ${end - start} ms` ); // sottrai numeri, non date
267267
```
268268
269269
## Benchmarking

0 commit comments

Comments
 (0)