From d0f5927674b1eabe2724123b8e096df74490773a Mon Sep 17 00:00:00 2001 From: S-ishita Date: Thu, 10 Aug 2023 18:28:31 +0530 Subject: [PATCH] jdoodle added --- 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" } ]