JavaScript for Beginners #6 - Introduction to Functions

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024

Комментарии • 40

  • @desislavaandreeva4359
    @desislavaandreeva4359 4 года назад +13

    Tim, your videos do make a difference! I read a book about JavaScript basics and I was still struggled to understand some things! You do really explain very clear, you talk slow-normal speed and you repeat the main points! I keep watching these vids again and again! Can you please recommend a website or any other source for practical tasks, lab and etc?

  • @martinag6607
    @martinag6607 3 года назад +2

    I am a total beginner, I learned python with you and another youtuber dude, and now it is all easier to understand!! my friends are also going to learn from you, the way you explain things is super simple to understand. ...And you are keeping it interesting :) Thank you a million times !!!

    • @andiswaclay1763
      @andiswaclay1763 3 года назад +1

      how's it going? I started coding about the same time as you (presuming from the time your comment was posted), almost gave up then went back again. what resources are you using and are they helping at all?

    • @martinag6607
      @martinag6607 3 года назад

      @@andiswaclay1763 i signed up for a few courses over Irish government and 'tech with tim' and 'moshi' helped me in a way that I was copying what they are coding and once I got familiar with a few programming languages now I like it even more and see myself coding for many years ahead :) hope this helps and motivates you too :)

  • @ryanalabaster6531
    @ryanalabaster6531 2 года назад +2

    Your videos are dope bro, just starting out and its super easy to follow along and your systematic explanations cover the bases really well

  • @cei3286
    @cei3286 2 года назад +1

    Every single error that I got were spelling errors of mine wheres with other tutorials I had no idea what I was doing or what was happening, perfect tutorial, amazing I might say..

  • @philipdufour7233
    @philipdufour7233 3 года назад

    I'm so glad I found this channel

  • @adoniasebora257
    @adoniasebora257 2 года назад

    These videos are very informative.

  • @nyanlinnhtet9082
    @nyanlinnhtet9082 3 года назад

    This is pure gold 😍. Thanks for sharing.

  • @agbosteve1
    @agbosteve1 9 месяцев назад

    This is no theory bro! You are more hands on and real!

  • @user-ef3qd2yb2x
    @user-ef3qd2yb2x 2 года назад

    i was looking for copper and found gold, what can i say? Your videos are really clear and understandable, im making a huge progress in learning JavaScript so far, and this is still my first day! I'm gonna continue learning JavaScript via your videos more

  • @joeri29
    @joeri29 Год назад

    Thank you Tim!!

  • @kerryd2060
    @kerryd2060 4 года назад +10

    I especially like the fact that you speak slower than 99% of the other instructors. I took 2 Javascript courses on Udemy and I wasn't able to grasp the material because the instructor's spoke so fast. Even replaying the videos did not help.

    • @imsherry7225
      @imsherry7225 4 года назад +1

      Why don't you use mpv player or vlc to slow down the video .. trying Using it it would help

    • @bfg_ko691
      @bfg_ko691 3 года назад

      rap god noises intesify

  • @Ricebow11
    @Ricebow11 2 года назад

    Hello Tim, I am really enjoying your Javascript beginner course. i watched MANY other course and yours is def one of the easiest to understand. Do you have any other Javascript or Fullstack Web Dev courses? i check your website but there doesn't seem to be anything available. hope to hear from you back. thanks!

  • @almuhimen8023
    @almuhimen8023 4 года назад +2

    Hey Tim just wondering what are you gonna teach throughout the course? Basics of JS or you will teach DOM in JS?

  • @vlastimilslechta8927
    @vlastimilslechta8927 2 года назад

    U R AWESOME, Thank u very much. Finally I got it 😊👌

  • @Arl662
    @Arl662 3 года назад

    Oh my god I watch so many tutorials, and paid for them and all go way too damn fast for me to understand. You going best pace I seen thank you!

  • @bekhruzniyazov6600
    @bekhruzniyazov6600 4 года назад +3

    @Tech With Tim, do you know, how to place an image using Flask and HTML? I tried to add "@app.route("/image.jpg")
    def image ():
    return render_template ("image.jpg"), and I have one image tag in html-file, but it still doesn't work. Please, help me. Anyone here knows the answer?

    • @ThePhantomCoder
      @ThePhantomCoder 4 года назад +2

      You mean put an image in HTML? I think you need to do

  • @unknownplayer1002
    @unknownplayer1002 9 месяцев назад

    Hi Tim, do you thinking create intermediate js videos, because i understood js just from you. Pleaseee

  • @user-rg7ec9cn7d
    @user-rg7ec9cn7d 5 месяцев назад

    Tim your videos are great but why do you call() parenthesis brackets??? Other than that I have learned more from you in 3 days than I have in a two month course.!!!!!! THANK YOU!!!!!

  • @user-zd7xw2lp1o
    @user-zd7xw2lp1o Год назад

    thank you so much!!

  • @geek4k948
    @geek4k948 4 года назад +3

    Is web development really confusing there is a lot of things like html add style with css use sql or MySQL for databases and NodeJS ... is very messy for me. But tanks for all this quality videos 🔥🔥

  • @subee128
    @subee128 Год назад

    Thanks

  • @egar.117
    @egar.117 2 года назад

    Love all the videos! I'm just have a question. How can I call a function into a any html tags. For example a label tag.
    I collected a value from a div with getElementById using a function and then I want to print the result into a label tag. How do I do that?

  • @mosesarulvin
    @mosesarulvin 4 года назад +1

    Thanks Tim this is really useful

  • @ThePhantomCoder
    @ThePhantomCoder 4 года назад

    Its actually better to put semi-colons because in other languages like C I think you have to put them and it's better to be used to doing it.

  • @ericjohnson8686
    @ericjohnson8686 4 года назад

    To tag onto his point about keeping your code DRY (Don't Repeat Yourself), check out this option to use the same function for both colors:
    Hello
    Red
    Green
    function changeColor(color) {
    document.getElementById("header").style.color = color;
    }

  • @jonnyreh001
    @jonnyreh001 2 года назад

    I have exactly the same syntax as you, but my buttons seem not to be calling the functions. I have no clue why :/

  • @PhG1961
    @PhG1961 4 года назад

    Very well explained !

  • @AgentRex42
    @AgentRex42 4 года назад +1

    Nice ! And then, classes ?

  • @xiaoyilin9980
    @xiaoyilin9980 3 года назад

    I like how you explain things in detail, just like how we build a house we need the infrastructure to be firm or else the house might crash when the wind hits. We need to understand the basic fundamentals before Learning high level material

  • @jayaditya5513
    @jayaditya5513 2 года назад

    Variable store data
    Function store block of code

  • @mohamedawad501
    @mohamedawad501 4 года назад

    Thanks Tom

  • @Sciencedoneright
    @Sciencedoneright 3 года назад +1

    I'm sure everyone knows this, but semicolons are optional ;)

  • @thomasedwardking7286
    @thomasedwardking7286 3 года назад

    2 downvotes!!! Banish them to hell, Tim XD

  • @mtsoln
    @mtsoln 4 года назад

    Please make a video on fingerprint attendance system in python web app

  • @quotica5102
    @quotica5102 4 года назад

    Hey I need to figure out an old password of mine and I was wondering if you could help me out