not trying to be rude but this doesnt help me at all as a beginner
@kyrozylen90952 ай бұрын
Thank you, that's the first tutorial that actually worked
@gabefernandes3562 ай бұрын
This is so much better than how I was trying to do it. I figured out the random character selection, and I could draw either a single vertical cascade or a full screen of random characters, but I was really over-engineering things when I tried to animate multiple cascades across the screen. Your solution is so elegant, awesome bro!
@teklenegash62012 ай бұрын
the video has a lot to speak. But a little bit fast. I think it is designed for some one who has little experience on html, CSS, and java script. They need a detailed explanation and thoroughly follow-up.
@radone51403 ай бұрын
when i press on the icon the mobile menu doesn't come out, i thought i missed something but i copied your code and still the same problem
@alenachuyankova3 ай бұрын
Thank you so much!!!!
@lauragchiarello3 ай бұрын
the error is in the pasta "data" > "cards.json" - all the image are two points "..assets/cherry.png" . The right thing is just one point like ".assets/cherry.png" . Moreover, i try the comment " Index.js for the line'<img class="front-image" src=${card.image} /> , there is an extra slash after card.image in the source code when there shouldn't be."
@MarkoVucicevic3 ай бұрын
How to remove preventDefault after everything is validated? Form can't be submitted. Without that this tutorial is useless :)
@sodiyaraymond2744 ай бұрын
Thanks Boss 👍
@Hotbirdwatcher4 ай бұрын
Ik kan geen json bestand invoegen😢
@Hotbirdwatcher4 ай бұрын
Ik vind het leuk dat je dit kan!
@MrCapybaranice4 ай бұрын
function calculateResult() { const resultInput = document.getElementById('result'); const negativeNotice = document.getElementById('negativeNotice'); try { const result = eval(resultInput.value); resultInput.value = result; if (result < 0) { resultInput.classList.add('negative'); negativeNotice.classList.remove('hidden'); } else { resultInput.classList.remove('negative'); negativeNotice.classList.add('hidden'); } } catch (e) { resultInput.value = 'Error'; resultInput.classList.remove('negative'); negativeNotice.classList.add('hidden'); } } For red
@muratusubaliev35334 ай бұрын
Nice informative content! Thank you!. I was searching for the web technology behind web application in which user able to create shapes, duplicating them, copy/pasting, adding text box and move it/ resize it vice versa. Like in web apps: mapbox, figma, online powerpoint, lucid charts etc... I do not know where to start.
@Blessed-d8r5 ай бұрын
How do you write the exponential symbol?
@balukarthik.ravanam63655 ай бұрын
Can I modify it so that I can count the number of wins for a person until they refresh the page
@Dumb_games1015 ай бұрын
Thanks this really helped me a lot
@christianjack12505 ай бұрын
Great job
@suleimannasir6 ай бұрын
Not helpful.
@chiennguyen46526 ай бұрын
Where is source code?
@Yael19096 ай бұрын
Buen vìdeo!
@thisissahaj6 ай бұрын
teaching way is not good
@Demon_T8_6 ай бұрын
will this be saved ? i want to login with the signed id and password only
@imr.rhompersi56707 ай бұрын
Your code dosent work well images dont once you added it to github..........
@urbanpuma91362 ай бұрын
The file path needs a / at the beginning
@DrFernandoGMiguel7 ай бұрын
I am getting this error in colsole.log Sir ... index.html:15 Uncaught ReferenceError: setAlarmTime is not definedat HTMLInputElement.onchange (index.html:15:87)
@gorreon7 ай бұрын
Thank you so much for this great tutorial! Saved me a lot!
@HienTran-lo3jh7 ай бұрын
thank you bro thumbs up
@mratta5838 ай бұрын
I write the whole code but it didn't work 😢
@AkshaPatel-hy7qo8 ай бұрын
Subscribed!
@hishamrabea5668 ай бұрын
Bro greatings from Egypt! You are great you helped me really ❤
@MBXD0018 ай бұрын
Very helpful video, for me this worked, nothing else was working
@oandrezin30918 ай бұрын
Sounds stupid, but how can i make it so the lines head the opposite way the mouse goes?
@kakashi999088 ай бұрын
How do you center the flex container though..
@takiahmed55758 ай бұрын
Margin: auto This only works for center on X-Axis. For Y-axis, you need the
@TheAntinity7 ай бұрын
@@takiahmed5575set the parent height to 100vh, everything will be centered totally
@miqbalev6 ай бұрын
@@takiahmed5575The what?
@FireszCh6 ай бұрын
body { display: flex; align-items: center; justify-content: center; }
@sh9vch9nk08 ай бұрын
Very useful video and clear explanations, thank you for this tutorial 💗💗
@je96258 ай бұрын
Bookmarked
@Smurfis8 ай бұрын
This hierarchy doesn't allow the user to use the body anymore that is something you have to be aware of.
@saganxxx9 ай бұрын
I am wanna be web developer.I want to be able to toggle matrix effect on and off. How can i achieve that? Could you help me?Here is my attemp:"$("button").on("click",function(){ $("body").toggleClass("new") $("h1").toggleClass("new") $("p").toggleClass("new") $("ul").toggleClass("new") $("canvas").toggleClass("new") }) const canvas = document.getElementsByClassName('Matrix'); const context = canvas.getContext('2d');" I converted canvas id to class but i get error:"Uncaught TypeError: canvas.getContext is not a function".
@saganxxx9 ай бұрын
I found the answer it is ="const canvas = document.getElementsByClassName('Matrix')[0];"
@NafiadAbdi9 ай бұрын
Thank you so much.....
@BBN-j6d9 ай бұрын
Simple and understandable. Thanks
@johnajil63799 ай бұрын
Thank you
@acupioalt9 ай бұрын
thank you so much Mr JavaScript Academy! It helped me so so much! -XOXO 13 year old girl
@mark_pherz10 ай бұрын
Never use eval() in real projects.
@Adilxec10 ай бұрын
can we add this app in our website ?
@kvelez10 ай бұрын
Great video.
@rayyanabdulwajid768110 ай бұрын
Can you please add a feature to use an eraser and erase the stuff that we want