Functions | Javascript tutorial
6:52
CSS Overview | WebDev NEWS
3:49
4 жыл бұрын
Variables | JavaScript Tutorial
3:00
Пікірлер
@Epic_Versep
@Epic_Versep 10 күн бұрын
mine is not showing on webpage
@philpok8416
@philpok8416 10 күн бұрын
this will not prevent submitting the form if something is not valid...
@gozalker
@gozalker 14 күн бұрын
I'm opening the browser but cant see the card, and idea? but in live server I can see them
@jamiealex3504
@jamiealex3504 18 күн бұрын
Very helpful
@4nija
@4nija Ай бұрын
When can I be this good…JavaScript is a whole lot
@rubul6105
@rubul6105 24 күн бұрын
Its easy write lots of code and try to write first on your own it will take hours to do it on your own but your mind will adapt and grow
@amuga_1
@amuga_1 Ай бұрын
INPUT OVERFLOW? fix: * { box-sizing: border-box; }
@craigsummits
@craigsummits Ай бұрын
not trying to be rude but this doesnt help me at all as a beginner
@kyrozylen9095
@kyrozylen9095 2 ай бұрын
Thank you, that's the first tutorial that actually worked
@gabefernandes356
@gabefernandes356 2 ай бұрын
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!
@teklenegash6201
@teklenegash6201 2 ай бұрын
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.
@radone5140
@radone5140 3 ай бұрын
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
@alenachuyankova
@alenachuyankova 3 ай бұрын
Thank you so much!!!!
@lauragchiarello
@lauragchiarello 3 ай бұрын
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."
@MarkoVucicevic
@MarkoVucicevic 3 ай бұрын
How to remove preventDefault after everything is validated? Form can't be submitted. Without that this tutorial is useless :)
@sodiyaraymond274
@sodiyaraymond274 4 ай бұрын
Thanks Boss 👍
@Hotbirdwatcher
@Hotbirdwatcher 4 ай бұрын
Ik kan geen json bestand invoegen😢
@Hotbirdwatcher
@Hotbirdwatcher 4 ай бұрын
Ik vind het leuk dat je dit kan!
@MrCapybaranice
@MrCapybaranice 4 ай бұрын
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
@muratusubaliev3533
@muratusubaliev3533 4 ай бұрын
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-d8r
@Blessed-d8r 5 ай бұрын
How do you write the exponential symbol?
@balukarthik.ravanam6365
@balukarthik.ravanam6365 5 ай бұрын
Can I modify it so that I can count the number of wins for a person until they refresh the page
@Dumb_games101
@Dumb_games101 5 ай бұрын
Thanks this really helped me a lot
@christianjack1250
@christianjack1250 5 ай бұрын
Great job
@suleimannasir
@suleimannasir 6 ай бұрын
Not helpful.
@chiennguyen4652
@chiennguyen4652 6 ай бұрын
Where is source code?
@Yael1909
@Yael1909 6 ай бұрын
Buen vìdeo!
@thisissahaj
@thisissahaj 6 ай бұрын
teaching way is not good
@Demon_T8_
@Demon_T8_ 6 ай бұрын
will this be saved ? i want to login with the signed id and password only
@imr.rhompersi5670
@imr.rhompersi5670 7 ай бұрын
Your code dosent work well images dont once you added it to github..........
@urbanpuma9136
@urbanpuma9136 2 ай бұрын
The file path needs a / at the beginning
@DrFernandoGMiguel
@DrFernandoGMiguel 7 ай бұрын
I am getting this error in colsole.log Sir ... index.html:15 Uncaught ReferenceError: setAlarmTime is not definedat HTMLInputElement.onchange (index.html:15:87)
@gorreon
@gorreon 7 ай бұрын
Thank you so much for this great tutorial! Saved me a lot!
@HienTran-lo3jh
@HienTran-lo3jh 7 ай бұрын
thank you bro thumbs up
@mratta583
@mratta583 8 ай бұрын
I write the whole code but it didn't work 😢
@AkshaPatel-hy7qo
@AkshaPatel-hy7qo 8 ай бұрын
Subscribed!
@hishamrabea566
@hishamrabea566 8 ай бұрын
Bro greatings from Egypt! You are great you helped me really ❤
@MBXD001
@MBXD001 8 ай бұрын
Very helpful video, for me this worked, nothing else was working
@oandrezin3091
@oandrezin3091 8 ай бұрын
Sounds stupid, but how can i make it so the lines head the opposite way the mouse goes?
@kakashi99908
@kakashi99908 8 ай бұрын
How do you center the flex container though..
@takiahmed5575
@takiahmed5575 8 ай бұрын
Margin: auto This only works for center on X-Axis. For Y-axis, you need the
@TheAntinity
@TheAntinity 7 ай бұрын
​@@takiahmed5575set the parent height to 100vh, everything will be centered totally
@miqbalev
@miqbalev 6 ай бұрын
​@@takiahmed5575The what?
@FireszCh
@FireszCh 6 ай бұрын
body { display: flex; align-items: center; justify-content: center; }
@sh9vch9nk0
@sh9vch9nk0 8 ай бұрын
Very useful video and clear explanations, thank you for this tutorial 💗💗
@je9625
@je9625 8 ай бұрын
Bookmarked
@Smurfis
@Smurfis 8 ай бұрын
This hierarchy doesn't allow the user to use the body anymore that is something you have to be aware of.
@saganxxx
@saganxxx 9 ай бұрын
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".
@saganxxx
@saganxxx 9 ай бұрын
I found the answer it is ="const canvas = document.getElementsByClassName('Matrix')[0];"
@NafiadAbdi
@NafiadAbdi 9 ай бұрын
Thank you so much.....
@BBN-j6d
@BBN-j6d 9 ай бұрын
Simple and understandable. Thanks
@johnajil6379
@johnajil6379 9 ай бұрын
Thank you
@acupioalt
@acupioalt 9 ай бұрын
thank you so much Mr JavaScript Academy! It helped me so so much! -XOXO 13 year old girl
@mark_pherz
@mark_pherz 10 ай бұрын
Never use eval() in real projects.
@Adilxec
@Adilxec 10 ай бұрын
can we add this app in our website ?
@kvelez
@kvelez 10 ай бұрын
Great video.
@rayyanabdulwajid7681
@rayyanabdulwajid7681 10 ай бұрын
Can you please add a feature to use an eraser and erase the stuff that we want