This is how to decide if you should learn JavaScript #programming #technology #javascript #webdev

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

"Why you should or shouldn't learn python"
Just learn it bro, it's good for pretty much everything...

vojtavlach
Автор

I'm learning JS not because I want to get into Web dev but mostly because most the jobs offers for backend all require you to have some degree of Knowledge of JS, css and html. After this Stack I wanna dive into Java and Spring that's my aim.
Open to criticism lol

rudycarv
Автор

if it exists JavaScript has a framework that can do it

ok-hche
Автор

I think its ok to learn any languages everything you know or learn is better even if it seems bs now but you dont know if that knowledge will help you one day or at least you learned actually how to learn

solbacheinsbaaaahn
Автор

i'm a 8 year old and i'm learning javascript, my dad+a bok is teaching me and this guy gives great info :D

theforgottenwarrior-nz
Автор

But, JavaScript can also be used to cheat on websites or just change it. Like extensions you can make a quick extension that you put a url and then a quickjs executor or just click F12/Command + Control + I, and paste in code like:


/**
* Function to make the whole screen spin and invert the webpage.
*/
function spinAndInvertScreen() {
// Apply CSS styles to make the screen spin and invert
document.body.style.transform = "rotate(180deg)";
= "transform 3s";
}

/**
* Function to handle the keydown event and rotate the page when the W key is held down.
*
* @param {Event} event - The keydown event object.
*/
function handleKeyDown(event) {
if (event.key === "w") {
// Rotate the page 1 degree every 50ms
const intervalId = setInterval(() => {
document.body.style.transform += "rotate(1deg)";
}, 50);

// Stop rotating when the W key is released
window.addEventListener("keyup", () => {
clearInterval(intervalId);
});
}
}

// Call the spinAndInvertScreen function to make the screen spin and invert
spinAndInvertScreen();

// Show an alert after 3 seconds
setTimeout(() => {
alert("Hold W to rotate the screen");
}, 3000);

// Add event listener for the keydown event
window.addEventListener("keydown", handleKeyDown);




Have fun!

ImTheRealCam
Автор

What's the best 3 courses to learn JavaScript, as in,
A course for a non coder
A course for a new JavaScript coder
Acourse for and adv js developer 🙏❤️

shawnsportstxt
Автор

Hey just a quick question, what’s the roadmap of creating computer applications (not web/mobile apps)

croust
Автор

please make a video on Dart and Flutter

ghulammurtaza
Автор

Can someone please, help me understand the last point?

pkom
Автор

Do you have any site/YouTube video recommendation to learn JavaScript

oodean
Автор

I'm trying to find someone to read script from an email I was accused of sending and was eventually arrested.... pls help

aarongates
Автор

Mi want like frame works but jot web dev like apps computer

bloxfruit_player
Автор

I didn't make a mistake by learning JS. Maybe.

infshorts
Автор

I've been trying to find a good course to learn Javascript

wombozombo
Автор

So what programming language should I learn so I can stay relevant with the updates on tech?

coffeefps
Автор

Why we should and shouldn't learn C?

plabanmondal
Автор

Java script can do almost everything if mot everything 💯. Am just starting, a little hard but will conquer it💯

Edit: After 2months, Its easy peasy now 😂.

zancrow_gaming
join shbcf.ru