@derekfurst6233

I'm refreshing all my front-end web development knowledge from university for an upcoming interview. Your videos are the most concise i've come across. 

Simple, yet with enough depth to help get the ideas across. You explain everything you do. I like how you start off with default ways of doing things (without libraries and frameworks) and then go on to explain the more common frameworks in subsequent videos. In all my time learning computers in university, about 99% was back-end and more programmatic concepts, with maybe 1% focused on html/css/js stuff. So this is really helpful for me

@wizardchris90

Holy! You don't waste time, love your tutorial!

@Sapphiamur

I love that your videos are short and concise. It gives us a sense of how it functions with a couple quick examples that get right to the point. Thank you! <3

@emilymoranha9987

Hey! I found this very helpful, don't listen to the negativity. There are many ways to get something done and this was a good explanation for an intro to jQuery. Good job.

@mxkb88

Thank you so much for explaining what an API is in English. I've always wanted to know what they were and what they do but I could never get a comprehensive explanation and you did it in couple of sentences. To some that may be a remedial or menial thing, but for a beginner like me it was golden.

@-_-5070

It's my first watched video of your channel. I love how content is so organized and direct to the point also not wasting even one second.
Thank you very much

@cgme9535

Thank you for this quick video. My college professor just assigned an assignment from a previous semester, rather than the more updated content for this semester. We aren't even learning JQuery in this class and now I need to know it for this assignment.
As strange as that is, this video is still a life saver.

@velocity3348

You should be putting your js scripts at the bottom of your html body tags, the way your doing it, the Web page is loading the js file and the html at the same time, making a big Web page load slower

If you put the js on the bottom of body, you'll allow the whole Web page to load first then load js when needed.

@sglob

Or you could use css and html
<DOCTYPE html>
 <html>
 <head>
 <style>
  body {
   color: #fff;
  }
  .hidden:hover {
   color: #000;
  }
 </style>
 </head>
 <body>
  <center><h1 class="hidden">Hello</h1></center>
 </body>
 </html>

@toquerodriguez

Thanks a lot for this video. Nothing of bla bla bla. You go directly to the main point. Very good work!πŸ’―

@FiFwonder

Great video, i understand more here in a short periuod of time than coding exercises i've done.

@23Vacuu

Every information I needed was inside, thanks!

@MrNepal8848

5:23 i gave a like for this! because most tutorial dont give another way to do same things! and programming is so flexible in many cases that you can end up with different codes for same program. well done!

@sydkaleemullah

Thank you blongiebytes for your information! You have a wonderful way of explaining.

@barahah9871

That was fantastic.... I learnt jQuery in just 6 mins

@joca1712

Great video, I love it! Btw, whats the app for writing the code?

@akashk961

How good you are to help me understand very quickly with simple code on JQuery. Thank you BB

@nevork7578

The older a video about jQuery is, the more relevant it is

@kxnyshk

omg thanks a alot for this! was pretty precise and to the point!
5:00 -btw.. self destruct happens to Ethan Hunt (MI), not Mr. Bond. eheh  :p πŸ€­πŸ‘‰πŸΎπŸ‘ˆπŸΎ

@irinsajan2870

Wow! Superb content in such a short time!!