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

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

Coding with Lewis

3 года назад

65,261 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@croust1501
@croust1501 - 02.02.2022 02:16

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

Ответить
@boldytiger
@boldytiger - 02.02.2022 12:04

C++

Ответить
@coffeefps
@coffeefps - 12.02.2022 23:27

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

Ответить
@umbinagabriel
@umbinagabriel - 11.09.2022 11:53

Lua

Ответить
@plabanmondal3111
@plabanmondal3111 - 04.11.2022 23:28

Why we should and shouldn't learn C?

Ответить
@vojtavlach4241
@vojtavlach4241 - 05.11.2022 12:46

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

Ответить
@ghulammurtaza7959
@ghulammurtaza7959 - 08.11.2022 09:21

please make a video on Dart and Flutter

Ответить
@AkivaB
@AkivaB - 08.11.2022 13:48

python

Ответить
@geet_blogs
@geet_blogs - 10.11.2022 16:36

Do a video on php and frameworks

Ответить
@wombozombo
@wombozombo - 12.11.2022 07:30

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

Ответить
@pradeep.A2001
@pradeep.A2001 - 04.12.2022 19:40

python

Ответить
@abdulrahmanDev-2
@abdulrahmanDev-2 - 12.12.2022 21:00

Python next

Ответить
@shawnsportstxt1733
@shawnsportstxt1733 - 16.12.2022 10:23

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 🙏❤️

Ответить
@walisked
@walisked - 28.12.2022 18:34

Can Django work with JavaScript?

Ответить
@Abdurrahmaan9
@Abdurrahmaan9 - 26.01.2023 17:12

Python

Ответить
@kirkkennedylincoln
@kirkkennedylincoln - 28.01.2023 03:00

Agda

Ответить
@DOTO-h6j
@DOTO-h6j - 29.01.2023 10:35

laravel vs node

Ответить
@ok-hc4he
@ok-hc4he - 09.02.2023 18:22

if it exists JavaScript has a framework that can do it

Ответить
@SandeepSharma-kk4sn
@SandeepSharma-kk4sn - 08.04.2023 03:59

do this kind of video for php/laravel

Ответить
@zancrow_gaming
@zancrow_gaming - 09.04.2023 16:41

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 😂.

Ответить
@lilacamacho1309
@lilacamacho1309 - 27.04.2023 22:54

Next js

Ответить
@mikeh4068
@mikeh4068 - 05.06.2023 02:35

do python next my brudduh

Ответить
@bloxfruit_player788
@bloxfruit_player788 - 05.06.2023 16:25

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

Ответить
@uzmediaofficial9058
@uzmediaofficial9058 - 19.06.2023 14:31

Bro is half girl half boy

Ответить
@theforgottenwarrior-n5z
@theforgottenwarrior-n5z - 29.06.2023 18:55

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

Ответить
@inf008shorts
@inf008shorts - 10.07.2023 15:34

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

Ответить
@pkom6418
@pkom6418 - 12.07.2023 05:12

Can someone please, help me understand the last point?

Ответить
@memesclassroom
@memesclassroom - 15.07.2023 16:33

Python or c++ next please o

Ответить
@osamamohammad2529
@osamamohammad2529 - 13.08.2023 20:11

Dart and php

Ответить
@farhanyeager4076
@farhanyeager4076 - 14.08.2023 12:52

Next will be Python pleaseee.

Ответить
@system.out.printlnsmartert5781
@system.out.printlnsmartert5781 - 16.08.2023 15:56

This guy gives off a arrogant and jerkish vibe.

Ответить
@sympaticz2951
@sympaticz2951 - 06.10.2023 16:13

C++

Ответить
@ImTheRealCam
@ImTheRealCam - 14.10.2023 23:54

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)";
document.body.style.transition = "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!

Ответить
@DsComputerWorld
@DsComputerWorld - 16.10.2023 08:10

C#

Ответить
@PostMeridianLyf
@PostMeridianLyf - 31.10.2023 23:51

Kotlinnnn

Ответить
@erasir334
@erasir334 - 09.11.2023 18:13

Learn c,

Ответить
@rudycarv2197
@rudycarv2197 - 24.11.2023 03:32

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

Ответить
@Saka.D
@Saka.D - 11.12.2023 12:19

Imma do what I want. You negative as hell

Ответить
@solbacheinsbaaaahn
@solbacheinsbaaaahn - 12.12.2023 07:03

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

Ответить
@aarongates4996
@aarongates4996 - 01.02.2024 10:22

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

Ответить