From 36735da93b9b883e71ce24a8fc8c2b27c9c54e2d Mon Sep 17 00:00:00 2001 From: Harry <14015057+HarryVasanth@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:43:46 +0000 Subject: [PATCH] docs(mouse-trap): fmt with prettier --- subjects/mouse-trap/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/subjects/mouse-trap/README.md b/subjects/mouse-trap/README.md index d7b6f0396..c842eaae8 100644 --- a/subjects/mouse-trap/README.md +++ b/subjects/mouse-trap/README.md @@ -5,6 +5,7 @@ Develop a trap to capture the elements when the mouse is getting too close to the center of the page. Create the following functions: + - `createCircle`: make it fire on every click on the page, and create a `div` at the position of the mouse on the screen, setting its `background` to `white` and its class to `circle`. - `moveCircle`: make it fire when the mouse moves, and get the last circle created and makes it move along with the mouse.