From 3dedf6535e9ea0769639a0b5cd7c456d03199832 Mon Sep 17 00:00:00 2001 From: S-ishita <104543751+S-ishita@users.noreply.github.com> Date: Sun, 13 Aug 2023 12:51:24 +0530 Subject: [PATCH] chore: added jdoodle in frontend/online-code-editors (#1557) --- database/frontend/online-code-editors.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/database/frontend/online-code-editors.json b/database/frontend/online-code-editors.json index 0d148eb1c..16ef30ab4 100644 --- a/database/frontend/online-code-editors.json +++ b/database/frontend/online-code-editors.json @@ -117,5 +117,12 @@ "url": "https://ide.geeksforgeeks.org/", "category": "frontend", "subcategory": "online-code-editors" + }, + { + "name": "Jdoodle", + "description": " It is a free online compiler and code editor to save, run and share code anytime", + "url": "https://www.jdoodle.com/", + "category": "frontend", + "subcategory": "online-code-editors" } ]