Skip to content

Commit

Permalink
Update 💬
Browse files Browse the repository at this point in the history
  • Loading branch information
punitkatiyar authored Oct 13, 2024
1 parent 764e715 commit dfcba29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 02.js-print/readme.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# JavaScript Hello Program

## console class
## Console class

**The JavaScript console is a feature in web browsers that allows developers to interact with and debug their JavaScript code. It's a part of the browser's developer tools, and it provides a way to log information, inspect variables, run JavaScript commands, and diagnose issues in your web applications. You can access the JavaScript console by opening your browser's developer tools**

> log()
> info()
## document class
## Document class

- write();

- getElementById('');

## window class
## Window class

- alert()

Expand Down

0 comments on commit dfcba29

Please sign in to comment.