Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion JavaScript.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- https://jsonplaceholder.typicode.com/todos => For dummy data for get request
- https://dummyjson.com/docs/products => For dummy data for other CURD request
- https://dummyjson.com/docs/products => For dummy data for other CRUD request

- document.write() --> don't use it after the document is loaded
- window.print() --> To print the page
Expand Down