Array forEach Method in JavaScript | JavaScript Array Methods | Beginners tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ม.ค. 2025

ความคิดเห็น • 15

  • @CodeExplained
    @CodeExplained  4 หลายเดือนก่อน

    🚨 Big Announcement! 🚨
    Hey everyone! I've made a big decision for this channel-I've turned off ads on all my videos! That's right, you can now enjoy all my content ad-free! This means I'm earning $0 from ad revenue, but I believe this is the right move to make your viewing experience better.
    If you find my content valuable and want to support my work, there are several ways you can help:
    Like & Share: Simply liking the video and sharing it with friends helps a lot!
    Subscribe & Hit the Bell: Stay updated and never miss a new video.
    TH-cam Thanks: Use the "Thanks" button below to send a one-time donation.
    Join the Channel Community: Get exclusive perks and behind-the-scenes content.
    Buy Me a Coffee: buymeacoffee.com/CodeExplained
    PayPal Donation: www.paypal.com/paypalme/CodeExplained
    Every little bit counts and goes directly to creating more high-quality content for you all. Thank you so much for your continued support!
    Let’s keep growing and learning together! 🌟

  • @souljagurl107
    @souljagurl107 2 ปีที่แล้ว +2

    your videos are so helpful you teach in a way that makes it easy to understand

  • @abahiduh3246
    @abahiduh3246 2 ปีที่แล้ว +2

    GREAT GREAT VIDEO FROM NIGERIA... I don't know your name

  • @webb-developer
    @webb-developer ปีที่แล้ว

    amazing , thank you

  • @nullzero9224
    @nullzero9224 ปีที่แล้ว

    Great content - Thank you so much. May I ask you what software you using to display code in your videos?

  • @Akas766
    @Akas766 2 ปีที่แล้ว

    great. From Bangladesh

  • @ruchitapatil7273
    @ruchitapatil7273 2 ปีที่แล้ว

    Could u include this topic also Map

    • @CodeExplained
      @CodeExplained  2 ปีที่แล้ว

      Yeah see next video from the list.

  • @abahiduh3246
    @abahiduh3246 2 ปีที่แล้ว

    Sorry, am asking to many questions... why is the name of the function u are using called function log(){}.... I thought log() is a predefined function for the console.... it confusing if it's a function declaration like this function log(){}

    • @reitei1756
      @reitei1756 ปีที่แล้ว

      Log he use in the function is just a name he choose. You could use any other name for the function. You can called "text" or any name.

  • @johnnydragovic6892
    @johnnydragovic6892 2 ปีที่แล้ว

    I have a problem about understanding a regular expression. If you make a full video about it in your own special way, I will be grateful

    • @CodeExplained
      @CodeExplained  2 ปีที่แล้ว +2

      I will definitely do a tutorial about reg exps.

    • @souljagurl107
      @souljagurl107 2 ปีที่แล้ว

      @@CodeExplained thanks that would be greatly appreciated

  • @abahiduh3246
    @abahiduh3246 2 ปีที่แล้ว

    the THIS keyword always refer to an object that is invoking the function or method in a TRADITIONAL FUNCTION..... Why are u using the ARROW FUNCTION HERE? I know that the ARROW function is short with implicit return... but it doesn't always point to the Object invoking it....Pls Are u making video to explain the use of arrow function in an event, loop or nested function?