Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.js #9

Closed
wants to merge 1 commit into from
Closed

Update index.js #9

wants to merge 1 commit into from

Conversation

tuutoo
Copy link

@tuutoo tuutoo commented Aug 29, 2023

fix: fix a typo mobe -> move

fix: fix a typo mobe -> move
@tuutoo
Copy link
Author

tuutoo commented Aug 29, 2023

BTW, in the same file, below code should also be updated.

The number should be < 10
If it happens to 9, the number will show as 9, but actually it should show as 09.

......
gridWidth.addEventListener("input", () => {
widthValue.innerHTML = gridWidth.value < 10 ? 0${gridWidth.value} : gridWidth.value;
});

gridHeight.addEventListener("input", () => {
heightValue.innerHTML = gridHeight.value < 10 ? 0${gridHeight.value} : gridHeight.value;
});
......

@tuutoo tuutoo closed this by deleting the head repository Sep 1, 2023
imgbot bot pushed a commit to yugesh-shilakar/100-days-of-javascript that referenced this pull request Apr 8, 2024
*Total -- 2,238.97kb -> 2,196.65kb (1.89%)

/Day #34 - Chrome Color Picker Extension/icons/icon48.png -- 6.70kb -> 4.21kb (37.25%)
/Day #34 - Chrome Color Picker Extension/icons/icon128.png -- 7.30kb -> 5.73kb (21.5%)
/Day AsmrProg-YT#15 - ToDo App/screenshot.jpg -- 152.10kb -> 145.90kb (4.08%)
/Day #30 - Music Player App/screenshot.jpg -- 149.15kb -> 143.63kb (3.7%)
/Day AsmrProg-YT#21 - Spin Wheel App/screenshot.jpg -- 71.75kb -> 69.66kb (2.92%)
/Day #32 - Google Maps Api/screenshot.jpg -- 346.64kb -> 336.65kb (2.88%)
/Day #14 - Crypto Price App/screenshot.jpg -- 115.39kb -> 112.49kb (2.52%)
/Day AsmrProg-YT#22 - Gradient Generator/screenshot.jpg -- 55.62kb -> 54.27kb (2.44%)
/Day AsmrProg-YT#6 - Simple XO Game/screenshot.jpg -- 44.04kb -> 43.07kb (2.19%)
/Day #25 - JS Charts/screenshot.jpg -- 37.77kb -> 37.07kb (1.84%)
/Day AsmrProg-YT#11 - Movie Info App/screenshot.jpg -- 134.02kb -> 131.90kb (1.58%)
/Day #34 - Chrome Color Picker Extension/icons/icon32.png -- 1.72kb -> 1.70kb (1.47%)
/Day #37 - Shadow Generator/screenshot.jpg -- 92.19kb -> 91.03kb (1.26%)
/Day #34 - Chrome Color Picker Extension/screenshot.jpg -- 84.25kb -> 83.37kb (1.05%)
/Day #27 - MineSweeper Game/screenshot.jpg -- 61.02kb -> 60.42kb (0.98%)
/Day #26 - Recipe Guide App/screenshot.jpg -- 110.21kb -> 109.27kb (0.85%)
/Day #28 - Github Api/screenshot.jpg -- 119.40kb -> 118.45kb (0.8%)
/Day AsmrProg-YT#10 - Weather App/images/clear.png -- 19.40kb -> 19.25kb (0.75%)
/Day AsmrProg-YT#18 - Budget App/screenshot.jpg -- 98.17kb -> 97.48kb (0.71%)
/Day AsmrProg-YT#12 - Type Test App/screenshot.jpg -- 79.49kb -> 79.20kb (0.38%)
/Day #36 - Stock Tracker App/screenshot.jpg -- 89.36kb -> 89.13kb (0.26%)
/Day AsmrProg-YT#16 - Geometric Art Generator/screenshot.jpg -- 91.01kb -> 90.83kb (0.2%)
/Day AsmrProg-YT#9 - Aspect Ratio Calculator/screenshot.jpg -- 86.20kb -> 86.07kb (0.15%)
/Day AsmrProg-YT#3 - Pass Generator/screenshot.jpg -- 81.64kb -> 81.53kb (0.14%)
/Day AsmrProg-YT#20 - QR Code Reader/screenshot.jpg -- 52.66kb -> 52.61kb (0.08%)
/Day #23 - Guess The Word Game/screenshot.jpg -- 51.78kb -> 51.75kb (0.05%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant