From 3a96fd413decae4d6b905a190d2d413d49135ad6 Mon Sep 17 00:00:00 2001 From: nikhilrajnair Date: Thu, 10 Jul 2025 14:53:52 +0200 Subject: [PATCH] fix: markdown syntax in Java/JavaScript comparison section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8cea6d3..9aa13d71 100644 --- a/README.md +++ b/README.md @@ -2489,9 +2489,9 @@ 100. ### Is there any relation between Java and JavaScript - No, they are entirely two different programming languages and have nothing to do with each other. But both of them are Object Oriented Programming languages and like many other languages, they follow similar syntax for basic features(if, else, for, switch, break, continue etc). + No, they are entirely two different programming languages and have nothing to do with each other. But both of them are Object Oriented Programming languages and like many other languages, they follow similar syntax for basic features(if, else, for, switch, break, continue etc). - **[⬆ Back to Top](#table-of-contents)** + **[⬆ Back to Top](#table-of-contents)** 101. ### What are events