JavaScript tutorial for beginners 🌐

preview_player
Показать описание
#JavaScript #tutorial #course

00:00:00 introduction
00:01:12 VS Code
00:01:30 website folder
00:02:55 HTML setup
00:04:09 Live Server extension
00:05:00 HTML elements
00:05:32 CSS properties
00:06:11 script tag
00:08:33 comments
00:11:33 conclusion
Рекомендации по теме
Комментарии
Автор

console.log(`Hello`);
console.log(`I like pizza!`);

window.alert(`This is an alert!`);
window.alert(`I like pizza!`);

= `Hello`;
= `I like pizza!`;

// This is a comment

/*
This
is
a
comment
*/

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Website</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1 id="myH1"></h1>
<p id="myP"></p>
<script src="index.js"></script>
</body>
</html>

body{
font-family: Verdana;
font-size: 2em;
}

BroCodez
Автор

This tutorial is like a JavaScript lightbulb moment! 🌟 Explained so clearly, it's making complex concepts seem simple👍

moonrider
Автор

I think this course better and clear than before I'm waiting to the end
Thank you so much

medad
Автор

I’m currently learning HTML and CSS from your HTML and CSS full course video.

Thank you for these free videos; they've been helpful.

opiirix
Автор

what i can tell U bro code is that you a great at teaching, you taught me java with its GUI like swing and javafx and now it is javascript .You simplify the work and for sure you are my instructor. Since you are the same person who taught me java i find it very easy to capture javascript and i like it because you have the challenges working with the interface, that is very interesting

themindsetshift
Автор

Thanks man for teaching me how to code, you are the best

walidyider
Автор

The Legend is back with JS. So hyped to learn from you. ❤❤❤

tsgaming
Автор

I just finished learning your JS 12 hours course. Thanks For The new video ; )

Tofu-itmm
Автор

It's the first time brocode video was this short (while still great

ThatBubbledGuy
Автор

This guy makes programming seem so simple, keep it up😊

Gedits-dycj
Автор

The best of the best at explaining programming matters 👌

luism
Автор

The worst part about watching your content, is knowing i could of just watched this months/years and be way further ahead! Anyway, great vids, best i have ever seen personally,

JamesChappell-sqhr
Автор

Спасибо тебе Бро за проделанную работу! Замечательная серия уроков много чему научился! Огромный привет из России

Dreamer_
Автор

Thanks, bro. You're a real bro 💪

helioobianchi
Автор

Thank you so much for this !!! I can keep up with my shitty formation thanks to your videos.

nevouxjulie
Автор

OMG THANK YOU SO MUCH
YOU ARE SUCH A LIFE SAFER

KudoShinichii
Автор

Just finished HTML & CSS, PHP, SQL and I can already say I have learnt a lot from this channel.

togqrop
Автор

when something belongs to the window object, you don't have to use window.something, so you can just use alert() instead of window.alert()

tegotypunikos
Автор

<*_> This is my seal. I have watched the entire video, understood it, and I can explain it in my own words, thus I have gained knowledge. This is my seal. <_*>

piotrmazgaj
Автор

It will be a playlist for js tutorials ? Thanks by the way for HTML CSS tutorial ❤

assiabensaada