Skip to content

Commit b2cf41b

Browse files
author
PB Sweep
committed
Update js_fundamentals.md
1 parent b83abf4 commit b2cf41b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

notes/js_fundamentals.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Example: `alert('Hello World!');`
1818

1919
Example: `console.log('Hello World!');`
2020

21+
There is also `console.warn()`, `console.error()` and `console.table()`.
22+
2123
#### prompt
2224

2325
`prompt()` function allows us to get input from user.

0 commit comments

Comments
 (0)