From fe37bf342168c3f281ec708cb9f9d6dfecad8f72 Mon Sep 17 00:00:00 2001 From: Antonios Saliba <168730127+antoniossaliba@users.noreply.github.com> Date: Fri, 11 Jul 2025 12:03:54 +0300 Subject: [PATCH] Just added a comment in Area.js --- Maths/Area.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Maths/Area.js b/Maths/Area.js index a047b92223..1a5e3f3912 100644 --- a/Maths/Area.js +++ b/Maths/Area.js @@ -2,6 +2,8 @@ Calculate the area of various shapes */ +//Just a comment + /** * @function surfaceAreaCube * @description Calculate the Surface Area of a Cube.