Can HTML Actually Be Hard? LinkedIn HTML Quiz

  Рет қаралды 51,954

Web Dev Simplified

Web Dev Simplified

Күн бұрын

Пікірлер: 198
@666natas
@666natas 3 жыл бұрын
Reading the comments here, I feel SO much better that I am not the only one who failed this test 😅. I started the quiz thinking I would get more dev cred... and left questioning whether or not I should pick a different career.
@666natas
@666natas 3 жыл бұрын
@@donaldmcclain4353 I felt terrible, because I picked what I thought would be the easiest test; I didn't even dare trying any other ones after that hahaha.
@SuprabhaDeyTalentsToSee
@SuprabhaDeyTalentsToSee 3 жыл бұрын
And I'm thinking whether I should stop going to IT sector, leaving Food Technology!
@broccool2300
@broccool2300 3 жыл бұрын
This is hard because most people don't use what is on the test. It is just testing your memory anyways and remembering every little thing is not the way to be effective.
@aammssaamm
@aammssaamm 3 жыл бұрын
Like only these never used cases make you a great developer 😂
@rishabhgupta6607
@rishabhgupta6607 3 жыл бұрын
But why do they ask so complex questions in interviews, which makes you question yourself that are you actually a developer not knowing these things and certainly not using these concepts.☹️
@iancuninghame9163
@iancuninghame9163 2 жыл бұрын
On the other hand, having to look up every little thing doesn't make you very effective either
@Tommy-jn9ps
@Tommy-jn9ps 3 жыл бұрын
Today I realized, I know Javascript better than html.
@nakulankurmullam2982
@nakulankurmullam2982 3 жыл бұрын
Me too
@codecentrix
@codecentrix 3 жыл бұрын
Same
@fmented
@fmented 3 жыл бұрын
lol true
@thisissyedbasim
@thisissyedbasim 3 жыл бұрын
Me too
@arunprasad1022
@arunprasad1022 3 жыл бұрын
I too was thinking that I know everything about HTML but today I thought that I know nothing advanced about HTML.
@kwakutakyi5032
@kwakutakyi5032 3 жыл бұрын
The tag visually draws a horizontal line but its main purpose it to designate a topic shift. Answer D was correct
@vedantx-b2986
@vedantx-b2986 3 жыл бұрын
A tag stands for quotes whenever we use it it add '' '' these to the sentence
@kohlod
@kohlod 3 жыл бұрын
Can we get "html things that most people barely know" video? please
@dmeurer4951
@dmeurer4951 3 жыл бұрын
Its this one
@shr1han
@shr1han 3 жыл бұрын
Q1: The tag does nothing other than adding a Zero width space, which visually does nothing other than "word-breaking whatever is inside it". Q2: The text inside the audio tag behaves just like the noscript tag, wherein you specify something "when JavaScript is disabled or not supported". The text inside the audio tag will only ever be displayed if the audio cannot be played. It doesn't show any controls or something. Only the text. Q4: The blockquote element is only used for long quotes, while the q element is used for inline quotes. The cite tag already italicizes the text. Q7: The address tag italicizes the text by default. Q12: AFAIK, all answers are incorrect. This has to be reported. Quotes in attributes can't be escaped like this. You have to use the &quot and &apos to do that.
@xBZZZZyt
@xBZZZZyt 3 жыл бұрын
Yes I tested all Q12 answers. They all wrong. Use """ to escape quotes.
@mrshnp
@mrshnp 3 жыл бұрын
idk these questions seem so unnecessarily difficult. Or maybe im just so used to googling everything at this point.
@666natas
@666natas 3 жыл бұрын
For real: If I pass it, I will add "Programs in HTML" to my profile 😂
@sidlife365
@sidlife365 3 жыл бұрын
Top 5% Kyle. Congrats man. That is a big accomplishment. Congratulations. Kyle, you got top 5% on JS, CSS and HTML, Bravo. You are also top 1% in teaching in my opinion. You make my day job as Solutions Engineer easier. Release your reactJS course on Udemy.
@Growlboy1986
@Growlboy1986 3 жыл бұрын
I've passed the CSS and JS assessment, but not HTML, lol :D
@gurveensingh1224
@gurveensingh1224 3 жыл бұрын
Me too, I passed both CSS and JavaScript on first attempt but I still can't pass HTML
@webdevsumit8311
@webdevsumit8311 3 жыл бұрын
😂😂 you are not alone...
@vedantthombare1028
@vedantthombare1028 3 жыл бұрын
kzbin.info/www/bejne/aWSvioB7ad-Mf5o
@911madza
@911madza 3 жыл бұрын
Category: Constants. Q1: How many digits are there in π?
@nelsonogbonna2767
@nelsonogbonna2767 3 жыл бұрын
@lucario4399
@lucario4399 3 жыл бұрын
this vides is actually motivating , first i used to think i have to remember all the tags each and every thing but now feeling good
@73dines
@73dines 3 жыл бұрын
w3schools tests - too easy linkedIn tests - pretty hard
@ed1nh0
@ed1nh0 3 жыл бұрын
Thankfully I came from the age of websites - later 90's - and could follow its evolution since then. HTML5 is full of semantic tags and every web dev should know them. Thank you for sharing this with us. Keep up Kyle! You're making difference! 👊🏼
@nomorecensorship2815
@nomorecensorship2815 3 жыл бұрын
Lol that was more intense than I imagined
@eduardzorici
@eduardzorici 3 жыл бұрын
11/15 - the label tag must have a "for" attribute, you got the good one.
@jr-hp7er
@jr-hp7er 3 жыл бұрын
I have taken assesment for Node.js, and React two days back. I think React was good, but Node.js was little tricky, though it said you're in top 5 percent for Node.js and top 30 percent for React. For Node.js and React, I must say they really asked good questions...
@tetianatrofymets7940
@tetianatrofymets7940 3 жыл бұрын
#1 The (Word Break Opportunity) tag specifies where in a text it would be ok to add a line-break. When a word is too long, the browser might break it at the wrong place. You can use the element to add word break opportunities. #2 I've tried to reproduce this code example in Codepen but the text never appeared
@tetianatrofymets7940
@tetianatrofymets7940 3 жыл бұрын
#4 The tag defines a short quotation. Browsers normally insert quotation marks around the quotation. is for long quotations.
@tetianatrofymets7940
@tetianatrofymets7940 3 жыл бұрын
As for me, (after googling and checking W3), it seems like this question has no right answer because w3 says: "The tag defines the title of a creative work (e.g. a book, a poem, a song, a movie, a painting, a sculpture, etc.). Note: A person's name is not the title of a work." And here we actually have THE PERSON''S NAME which is not for tag
@tetianatrofymets7940
@tetianatrofymets7940 3 жыл бұрын
#7 The tag defines the contact information for the author/owner of a document or an article. The text in the element usually renders in italic, and browsers will always add a line break before and after the element.
@tetianatrofymets7940
@tetianatrofymets7940 3 жыл бұрын
#8 readonly, form and spellcheck are attributes. No "max" here, only maxlength
@tetianatrofymets7940
@tetianatrofymets7940 3 жыл бұрын
#10 The enctype attribute lets you specify an encoding type for your form. text/plain is a valid option, although it sends the data without any encoding at all. It is not recommended, as its behavior is difficult to predict.
@taniksusu4034
@taniksusu4034 3 жыл бұрын
Fun Fact: This is HTML quiz in only name they are testing your a googling skills which are most important in IT world.
@sainipankaj
@sainipankaj 3 жыл бұрын
hahaha
@10YardCricket
@10YardCricket 3 жыл бұрын
Can't agree more 😂
@zensic
@zensic 2 жыл бұрын
very true LOL
@sarvagya-sharma
@sarvagya-sharma 3 жыл бұрын
My results: JS: top 15% CSS: top 15% Html: bottom 10%
@noelemmanuel5715
@noelemmanuel5715 3 жыл бұрын
When i started web development,I thought html was just about tags,when I took the linkedin quiz,I realized that html is more than that but i passed it along with the css quiz
@harshitjain3232
@harshitjain3232 3 жыл бұрын
Obviously this video needs to be liked👍!...I watched every minute of it❤️
@shubhamsingh6639
@shubhamsingh6639 3 жыл бұрын
I passed CSS in 1st attempt but failed in HTML.
@serhatbekk
@serhatbekk 3 жыл бұрын
same here :)
@param6727
@param6727 3 жыл бұрын
Same!
@SuprabhaDeyTalentsToSee
@SuprabhaDeyTalentsToSee 3 жыл бұрын
I JUST took the test with toughest questions (just like everyone) and I'm on top 15%,🤣🤣 I was ready to see that I failed but here I am. If anyone need help with questions I know so far.. drop a text! And thank a lot! This video helped🔥 I've subscribed
@CodingNuggets
@CodingNuggets 3 жыл бұрын
A lot of people are starting to do these LinkedIn quizzes. Guess I need to get on the bandwagon. Do they actually help at all?
@robertradford4707
@robertradford4707 3 жыл бұрын
For the time being it does seem like recruiters like seeing them but unless the quality of the questions is improved I think that won't last long because as is all of them are passable by having Google on one monitor and the quiz on the other. I've programmed for a long time but only started getting into web development like 7 months ago and "earned" top 1% in CSS
@RACAPE
@RACAPE 3 жыл бұрын
Yes. I failed HTML Linkedin quiz 3 times, and passed Javascript and React Js from first attempt.
@pranayrathor7343
@pranayrathor7343 3 жыл бұрын
HEY KYLE, I would suggest you should do an video of these lnkdin exams question with correct option and explanation it would be very helpful for to get the correct answers in mind after going through this video
@AvanaVana
@AvanaVana 2 жыл бұрын
On question 12, none of the provided answers work when tested. You need to use HTML character entities: " for the double quotes, and ' for the apostrophe. (Or ' if you are only supporting html5 browsers) Also, question 13 has no single correct answer: several answers are correct. According to Mozilla html docs, “the label text is not only visually associated with its corresponding text input; it is programmatically associated with it too.” That makes the first and fourth answers both correct, and technically the second is too, because you can use the label tag with other types of form fields besides input of type “text”. Who writes these things?
@PaulMcCannWebBuilder
@PaulMcCannWebBuilder 3 жыл бұрын
10 of these questions should be easy-peasy for anyone calling themselves a web developer.The others might be a little tricky or unclear enough to be disputed. For example the specs say that the cite tag shouldn't be used for people's names, only titles of works, but that rule is commonly disputed and ignored. Things like knowing the address tag defaults to italics would be known after using it once. Developers should know the strong tag is the HTML5 semantic way to bold something (making screen readers make the voice over 'stronger'). Should they know that the b and i tag were deprecated but then brought back? That's trivia, but knowing the strong and em are the semantic way to bold or italicize is the same as knowing why you'd italicize or bold words or phrases in regular English writing. Knowing that an aside is for tangential content and can certainly hold images (as in a diagram illustrating what's in the article) might seem arcane, but it should be basic. HTML is the basic grammar of the web, and being familiar with the specs to know how and why you'd use a particular tag should be fundamental.
@ddbonpc
@ddbonpc 3 жыл бұрын
A good honest video ! thanks !
@JohnDoe-rj2kf
@JohnDoe-rj2kf 3 жыл бұрын
we want more like this videos. i love your technique of thinking
@sixsus4880
@sixsus4880 3 жыл бұрын
that thumbnail was fire man 🔥keep it up!!
@dancehalllyrics1303
@dancehalllyrics1303 3 жыл бұрын
Can someone please share a direct link to the assessment, since I can't find it?
@koordszz
@koordszz 3 жыл бұрын
form isn't an attribute. it's an element itself and you wrap around your inputs, labels, textareas, buttons etc around it.
@hey-cg3fv
@hey-cg3fv 2 жыл бұрын
no form is also an attribute.
@ssk7690
@ssk7690 2 жыл бұрын
you deserve every bit of it - top 5%
@bongvatana6803
@bongvatana6803 3 жыл бұрын
Love front end
@sodiumsulfur2779
@sodiumsulfur2779 3 жыл бұрын
Today I realized, I know nothing in HTMLl.
@deansprivatearchive
@deansprivatearchive 3 жыл бұрын
Question 1: 1. What? 2. That would be word-break. 3. Yes. 4. That would be ­.
@subratopatnaik6361
@subratopatnaik6361 3 жыл бұрын
The answer to 2nd question would be c: "The text display only when the browser doesn't support the audio tag".
@br3ak_
@br3ak_ 2 жыл бұрын
Just took it myself,top 5% baby!
@echonabin
@echonabin 3 жыл бұрын
Dam it, i just failed it more than 3 times while i passed node, react and css more easily on single try!!! It's tough man really tough lol
@MrKiran6104
@MrKiran6104 2 жыл бұрын
Hey you can check this video too to get a glimpse of the questions asked kzbin.info/www/bejne/aIjFfaRtm6yIh5I
@garethdavies2308
@garethdavies2308 3 жыл бұрын
You didn’t show us the results of the questions? Which ones did we get right???
@singhjiprojects8751
@singhjiprojects8751 3 жыл бұрын
how many total attempts can we give for a particular skill, I failed the HTML test
@fadfooood
@fadfooood 3 жыл бұрын
I created a project out of JWT video of yours! Thanks Kyle. Can we get web push notifications tutorial please?
@Yash-Gaikwad
@Yash-Gaikwad 2 жыл бұрын
I know they ask things people don't need much in real world but where can I get all these "hidden" tricks and tips about languages. I was just shocked how much I didn't know about html.
@LilMartyFarty
@LilMartyFarty 3 жыл бұрын
I just spam my html files with divs and assign styling :/
@salahgouzi2458
@salahgouzi2458 3 жыл бұрын
Damn dude can i join the group too
@starjun3633
@starjun3633 3 жыл бұрын
😂
@LilMartyFarty
@LilMartyFarty 3 жыл бұрын
@Arthur Silva okay mister
@awekeningbro1207
@awekeningbro1207 3 жыл бұрын
that's a crime
@LilMartyFarty
@LilMartyFarty 3 жыл бұрын
@@awekeningbro1207 if it works it works, even helps support older browsers
@mightyaripage
@mightyaripage 3 жыл бұрын
I somehow got mysql, css and js badges but failed html and can only retake it in may
@lamb8086
@lamb8086 3 жыл бұрын
For question 10 I’m pretty sure the answer was A cuz the entire quote was wrapped in single quotes so you just needed to escape the apostrophe. I think you didn’t realize it was wrapped in single quotes vs double
@ThinCar
@ThinCar 3 жыл бұрын
what's do you mean by valid attribute?
@kunalgautam8312
@kunalgautam8312 3 жыл бұрын
No doubt to pass linkedIn skill test is so hard. Questions are from another level.
@dannyteachesenglish...9122
@dannyteachesenglish...9122 Жыл бұрын
Yep...they are tricky as well
@tarikamaterasu238
@tarikamaterasu238 3 жыл бұрын
can you please make videos about pagespeed ?
@synen
@synen 3 жыл бұрын
Test is crap, is mostly about asking stuff people dont use because it is either not Semantic HTML or forgotten tags.
@kshitijmishra2716
@kshitijmishra2716 2 жыл бұрын
him everytime - "i am not 100percent sure" 😂😂😂
@jeevachaithanyansivanandan
@jeevachaithanyansivanandan 3 жыл бұрын
Me : passed React test but failed at HTML :(
@haitam1234-j6e
@haitam1234-j6e 3 жыл бұрын
Can you please show us how to do a working search bar (that actually look for what you type in it)
@migueldomingos4570
@migueldomingos4570 3 жыл бұрын
I am super good at these challenges since I always get top 100%
@zarghamaijaz5933
@zarghamaijaz5933 3 жыл бұрын
Lol
@corriedebeer799
@corriedebeer799 3 жыл бұрын
You should never use HTML to style EM and strong tags are ways to add semantic value to the content of your website. The bold tag is has no semantic meaning but has for the large part been deprecated
@EpiKerCovers
@EpiKerCovers 3 жыл бұрын
Can we get a link to the quiz please?
@rimoros.1020
@rimoros.1020 3 жыл бұрын
I thought i knew enough of html to pass an online html assessment, boy was i wrong
@HinesC5
@HinesC5 3 жыл бұрын
I barely know HTML and got in the top 33%. Just missed out on the badge lol.
@xBZZZZyt
@xBZZZZyt 3 жыл бұрын
09:00 All on them don't work use """.
@ItsAqib
@ItsAqib 3 жыл бұрын
Passed the HTML/CSS Quiz on the first attempt.. but failed fiverr HTML quiz. Sir, Please also check the fiverr html test...
@prashanthkumar0
@prashanthkumar0 3 жыл бұрын
its funny to see someone nice with web struggles with html 😂😂lol...was it sponsored by linked in?
@donemu9096
@donemu9096 2 жыл бұрын
Went to take the test because of this video and turns out I already passed and I'm in the top 15%
@mimosveta
@mimosveta 3 жыл бұрын
what amazes me is when he doesn't know the answer, so he guesses, and he guesses right. always. whenever I try to make a guess, while not having actual clue, I guess wrong. the only one I noticed he got wrong is hr tag. yes, it draws a line, but it designates a topic shift within a page
@LarsEjaas
@LarsEjaas 3 жыл бұрын
It only draws a line if the styling tells it to 😂
@tomg0
@tomg0 3 жыл бұрын
lol I just use divs for literally everything and they work great
@1mhz728
@1mhz728 3 жыл бұрын
same lol
@1mhz728
@1mhz728 3 жыл бұрын
Just look at the source of any major website, pretty much only divs
@awekeningbro1207
@awekeningbro1207 3 жыл бұрын
it's not a good practice in terms of readability
@tomg0
@tomg0 3 жыл бұрын
@@awekeningbro1207 It’s definitely very readable if you use good class or id names while developing. Most major websites use class names like q_dA_b or whatever but they don’t use those in development. Its just to decrease the file size, which decreases the page load time and saves bandwidth.
@awekeningbro1207
@awekeningbro1207 3 жыл бұрын
@@tomg0 that is true. But i am talking about while the website is in development process. Often times, you develop along with your coworkers, so, using semantic html could clear things more, and if you are really worried about the size, before you ship the product to the production, you have plenty of options to minify your codebase that include transforming all long semantic elements into normal divs, it doesn't even matter how long you name your variables.
@dallysinghson5569
@dallysinghson5569 Жыл бұрын
Calling the test "hard" should be taking into account that the test only asks questions that the vast majority of those with experience with HTML do not use such things XD
@ninjaasmoke
@ninjaasmoke 3 жыл бұрын
JsX and scss has spoilt us
@lifetoweb
@lifetoweb 3 жыл бұрын
Professionally(22 years), I won't do this kind of tests because they are fundamentally wrong. They can't measure the level of how good programmer you are. The important things are Problem-solving, understanding programming concepts/paradigms, writing clean readable, efficient code. Asking to memorise things you rarely use and decide who is good or bad is ridiculous. I would expect Linked-in to be smart about these things instead of asking questions has the quality of cosmopolitan tests. So sad to see millions of people wasting their time doing obviously wrong things and with wrong results giving wrong decisions. #facepalmemoji
@xBZZZZyt
@xBZZZZyt 3 жыл бұрын
especially 08:42 (All answers are wrong.)
@mudyeet_
@mudyeet_ 3 жыл бұрын
My test was way easier tbh, and I didn't even get into top anything, I just passed. It was easier tho, there was a question related to canvas, and I've never used canvas
@angshu7589
@angshu7589 3 жыл бұрын
I seriously did not use half the tags and attributes in the quiz. I use way too many divs. 😆
@BeRaikwal
@BeRaikwal 3 жыл бұрын
Where can i do this quiz...? i am so lost lmao
@JamesWelbes
@JamesWelbes 3 жыл бұрын
I'm a freelancer web developer and I failed the html LinkedIn quiz
@streamx2
@streamx2 3 жыл бұрын
Passed the js and css assessments in less than 10 mins and the top 5%. Failed HTML
@yungifez
@yungifez 3 жыл бұрын
Cool second I'm not more programming but I still love your content My laptop got spoilt and I'm not getting another soon
@Kaleshe
@Kaleshe 3 жыл бұрын
I can't pass the HTML test 😩
@Sebeklis
@Sebeklis 3 жыл бұрын
HTML never has anything to do with visualization, CSS is for visualization, default styles are only a problem, which is why reset.css is used
@karacraft5024
@karacraft5024 3 жыл бұрын
Do we really use all of these tags in our normal routines? It seems like a memory test to me.
@usama57926
@usama57926 3 жыл бұрын
Create video on SPA, SSR, SSG, ISR
@jimtryon1560
@jimtryon1560 3 жыл бұрын
You should give feedback on the questions that are kind of hard to interpret. I passed the HTML quiz but it's not an easy quiz.
@subratopatnaik6361
@subratopatnaik6361 3 жыл бұрын
The 12th question is pretty hard. What's the correct answer?
@xBZZZZyt
@xBZZZZyt 3 жыл бұрын
All answers are incorrect. (I tested all answers.)
@Dranimo1909
@Dranimo1909 3 жыл бұрын
I've passed the Android assessment but not HTML.😞
@MrKiran6104
@MrKiran6104 3 жыл бұрын
q tag is for quotes
@AhsankhanAmu
@AhsankhanAmu 3 жыл бұрын
Me also in top 5% For JavaScript, CSS
@deepanshuchoudhary4598
@deepanshuchoudhary4598 3 жыл бұрын
Isn't it like our educational systems which force us to believe that we are not good enough.
@urkskn8842
@urkskn8842 3 жыл бұрын
To be honest, I failed on that exam
@deepanshuchoudhary4598
@deepanshuchoudhary4598 3 жыл бұрын
There is an alien in the thumbnail
@endone3661
@endone3661 3 жыл бұрын
aw I don't know the first question O.o !?
@BehruzbekOtayev
@BehruzbekOtayev 3 жыл бұрын
I rushed to Linkedin to take the test myself. Turns out I have already earned the badge last year 😅
@g0dofpain100
@g0dofpain100 3 жыл бұрын
it was easier back then, you only had to guess correctly 70% of the questions. Now you need to be in top 30%.
@kwame20101
@kwame20101 2 жыл бұрын
@@g0dofpain100 Honestly looking at a lot of older guides for this, the questions in general were also just WAY easier and stuff you are more likely to use. I feel as though they do this because too many people were passing because of how easy practical usage HTML5 truly is. You can teach it to pretty much anyone who knows how to type a document in a just a few days.
@SSSpoinkSSS
@SSSpoinkSSS 3 жыл бұрын
Nice
@letgabeequaltrue9097
@letgabeequaltrue9097 3 жыл бұрын
The real Furst
@jonathanstrange6227
@jonathanstrange6227 3 жыл бұрын
I couldn't pass it either, but I've made websites before... It's pretty dumb.
@wasidhossain3848
@wasidhossain3848 2 жыл бұрын
I just watched this video after failing two times 😛 and it was really tough 😢
@hey-cg3fv
@hey-cg3fv 2 жыл бұрын
I failed in linkedln html test.Only able to beat 64% people. It feels bad.
@musixx8921
@musixx8921 Жыл бұрын
that's text will display
@sdtghjhc
@sdtghjhc 3 жыл бұрын
I have passed PHP and CSS but not this, lol
@natanfourie
@natanfourie 3 жыл бұрын
tag actually doesn't exist ^^
@dibyamohanacharya9783
@dibyamohanacharya9783 3 жыл бұрын
body is the root element
@xBZZZZyt
@xBZZZZyt 3 жыл бұрын
no body is inside
@zaidtehsin7096
@zaidtehsin7096 2 жыл бұрын
This test is basically a joke you don’t even have to use HTML in that way when working professionally
@chhavimanichoubey9437
@chhavimanichoubey9437 3 жыл бұрын
i passed html css wayback and failed JavaScript miserably
5 Must Know JavaScript Features That Almost Nobody Knows
18:06
Web Dev Simplified
Рет қаралды 478 М.
I Challenged The CSS King To A CSS Battle
37:45
Web Dev Simplified
Рет қаралды 1,3 МЛН
ССЫЛКА НА ИГРУ В КОММЕНТАХ #shorts
0:36
Паша Осадчий
Рет қаралды 8 МЛН
Wednesday VS Enid: Who is The Best Mommy? #shorts
0:14
Troom Oki Toki
Рет қаралды 50 МЛН
Are You Smarter Than Me? LinkedIn JavaScript Quiz Interview Questions
12:55
Web Dev Simplified
Рет қаралды 71 М.
Let's Take LinkedIn's HTML Assessment
18:28
Dorian Develops
Рет қаралды 14 М.
This Was Surprisingly Hard - LinkedIn React Quiz
10:14
Web Dev Simplified
Рет қаралды 40 М.
I Redesigned the ENTIRE YouTube UI from Scratch
19:10
Juxtopposed
Рет қаралды 966 М.
5 important HTML concepts for beginners
14:37
Kevin Powell
Рет қаралды 120 М.
5+ Must Know HTML Tags That Almost Nobody Knows
15:33
Web Dev Simplified
Рет қаралды 617 М.
How I Coded An Entire Website Using ChatGPT
18:22
Nick White
Рет қаралды 1,9 МЛН
ChatGPT Tutorial for Developers - 38 Ways to 10x Your Productivity
28:13
Programming with Mosh
Рет қаралды 3,5 МЛН
The CSS Display Property is Changing Forever
15:20
Web Dev Simplified
Рет қаралды 79 М.
ССЫЛКА НА ИГРУ В КОММЕНТАХ #shorts
0:36
Паша Осадчий
Рет қаралды 8 МЛН