From 9648847e1474d8ecc73bd0e78682c4dd2332d794 Mon Sep 17 00:00:00 2001 From: Mohammad Harish <109061798+MohammadHarish52@users.noreply.github.com> Date: Fri, 20 Sep 2024 15:50:23 +0530 Subject: [PATCH] small typo in CRUD changed from CURD to CRUD --- JavaScript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JavaScript.md b/JavaScript.md index de3e67b..29bf1a1 100644 --- a/JavaScript.md +++ b/JavaScript.md @@ -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