ProgBytes
ProgBytes
  • Видео 44
  • Просмотров 24 077
BEST way to get VALUES of an Object...😎
Javascript object destructuring is the best way and the cleanest way to assign values from an object to your variables.
#javascripttutorial
#javascriptobjects
#code
Просмотров: 11

Видео

How to Assign Array ELEMENTS to variables like a PRO???
Просмотров 13Месяц назад
in this video you will learn Array destructuring in JavaScript , it is a cleaner and simpler way to assign values from an array to your variables. #javascriptarrays #javascripttutorial #arraymethods ENJOY THE VIDEO AND SUBSCRIBE FOR MORE… RELATED VIDEOS: All JavaScript Array Methods: • Learn all Array methods in JavaScript... ruclips.net/video/cIrpUKrskOg/видео.htmlsi=oQFFoKMUazVRTUWD ALSO WATC...
How to ADD or REMOVE items from JavaScript arrays?
Просмотров 52Месяц назад
n this video you are going to master Adding and Removing items from your Arrays in JavaScript. Sometimes adding items in a specific place within an array could be tricky and the same thing in removing specific items from certain position. So in this video I explain : - How to Add/Remove items in the Beginning of an array - How to Add/Remove items in teh End of an array - How to Add/Remove items...
Learn all Array methods in JavaScript in under 1 HOUR!!
Просмотров 352 месяца назад
In this video you are going to learn all of the Array methods that you are going to need in your career as a developer! I explain every essential Array method from BASIC methods to ADVANCED methods #javascript #javascripttutorial #javascriptarrays #arraymethods ⌚ TIMESTAMPS 00:00 intro 00:55 includes() 02:44 indexOf() 04:48 slice() 06:37 splice() 12:50 join() 15:56 map() 23:41 filter() 26:58 fi...
TRY...CATCH in JavaScript, Master Error Handling in 20 minutes.
Просмотров 617 месяцев назад
in this video you are gonna learn how to prevent errors from ocurring and handle them gracefully. Error handling or Exception handling is one of the most crucial topics in Software Development. #javascripttutorial #errorhandling #javascript ALSO WATCH : 📺 JavaScript tutorials playlist: ruclips.net/p/PL_cNf8ORbfFlxAjwvFeu0_A0o3Jx8MGBK&si=bL86tV-iHhytVM5n 📺 CSS tutorials - CSS course playlist: ru...
for...in AND for...of - LOOPS IN JAVASCRIPT
Просмотров 397 месяцев назад
in this video you are gonna learn more about JavaScript loops , for...in and for...of loops which are used for looping through Arrays , Objects , Strings and other iterables. #javascript #javascripttutorial #loops LEARN ALL TYPES OF LOOPS: for loop : ruclips.net/video/yWPZ0n2tEHo/видео.htmlsi=6DMjSyx1zW4WICg8 while and do...while loops: ruclips.net/video/qlY25suNTg8/видео.htmlsi=hKPMac6sYaxZ2Te...
while-loop & do...while loop in JavaScript | BEST TUTORIAL FOR BEGINNERS!
Просмотров 407 месяцев назад
loops are used for the purpose of repeating and automating certain tasks or operations in programming. we use loops to repeat a block of code for us as long as a specified condition is true. this will automate a lot of tasks for us without manually writing any code to each element. javascript has 5 types of loops : 1 - for loop 2 - while loop 3 - do...while loop 4 - for...in loop 5 - for...of l...
for-loop in JavaScript | BEST TUTORIAL FOR BEGINNERS!
Просмотров 2178 месяцев назад
loops are used for the purpose of repeating and automating certain tasks or operations in programming. we use loops to iterate through array elements or any iterable object and perform some operations on each element of that iterable. this will automate a lot of tasks for us without manually writing any code to each element. javascript has 5 types of loops : 1 - for loop 2 - while loop 3 - do.....
What is ARROW FUNCTION ➜ in JavaScript? | 10X CLEANER SYNTAX!
Просмотров 3788 месяцев назад
defining your functions with Arrow syntax or Arrow functions is 10x shorter and more consice than regular functions! in this video you are about to learn all about JavaScript ES6 arrow functions. #arrowfunction #javascriptfunctions #javascript #javascripttutorial ⌚ TIMESTAMPS 00:00 anonymous functions 02:53 arrow functions JAVASCRIPT FUNCTIONS : ruclips.net/video/VUtlHe6wtNM/видео.htmlsi=JTk8kY...
Build a 3D Animated Portfolio Website From Scratch! ONLY HTML and CSS | Modern Web Development
Просмотров 2988 месяцев назад
Learn how to create a cutting-edge portfolio website from scratch using only HTML and CSS. 🌐 In this 1 hour and 15-minute guide, we'll walk you through step-by-step, showcasing advanced techniques such as 3D animations and interactive elements. #portfolio #3danimation #webdevelopment ⌚ TIMESTAMPS 00:00 introduction 01:43 project PROJECT FONT: fonts.google.com/specimen/Source Sans 3?query=source...
Mastering JavaScript Functions | A Step-by-Step Guide for Beginners!
Просмотров 919 месяцев назад
🚀 Mastering JavaScript Functions: Your Path to Coding Excellence! 🚀 🎓 Welcome to the ultimate JavaScript function tutorial! Whether you're a beginner looking to understand the basics or an experienced developer aiming to level up your skills, this video is your comprehensive guide to mastering JavaScript functions. #javascriptfunctions #webdevtips #javascript #javascripttutorial 👨‍💻 What You'll...
JavaScript Ternary Operator | Ultimate Guide
Просмотров 2819 месяцев назад
🚀 Dive into the world of JavaScript elegance with our Ultimate Guide to the Ternary Operator! 💻 Simplify your code, enhance readability, and master this powerful tool like a pro. Whether you're a beginner or seasoned developer, this tutorial will equip you with practical insights and real-world examples. Don't miss out on streamlining your coding journey - watch now and elevate your JavaScript ...
Learn SWITCH statements in 10 minutes | JavaScript CONDITIONALS.
Просмотров 439 месяцев назад
in this video you will master conditional in JavaScript with the switch statement !switch statements are used to perform some actions based on an expression. #conditionalstatement #javascript #javascripttutorial ⌚ TIMESTAMPS 00:00 theory 02:55 practical 10:27 switch vs if-else ALSO WATCH : 📺 JavaScript tutorials playlist: ruclips.net/p/PL_cNf8ORbfFlxAjwvFeu0_A0o3Jx8MGBK&si=bL86tV-iHhytVM5n 📺 CS...
Positions in CSS | The WAY it makes SENSE...
Просмотров 1629 месяцев назад
in this video you are going to learn all CSS positions , there are five positions in CSS that we can position our elements: static , relative , absolute , fixed and sticky , in this video I explain each of these by detail. #cssposition #csstutorial #learncss ⌚ TIMESTAMPS 00:00 introduction 01:09 relative position 03:10 absolute position 09:46 fixed position 13:17 sticky position ALSO WATCH : CS...
Conditionals in JavaScript | if STATEMENTS in an EASY way
Просмотров 709 месяцев назад
Conditionals in JavaScript | if STATEMENTS in an EASY way
Operators in JavaScript | the way a program works!
Просмотров 13710 месяцев назад
Operators in JavaScript | the way a program works!
ALL JavaScript DATA-TYPES | the CORE of a PROGRAMMING language
Просмотров 18110 месяцев назад
ALL JavaScript DATA-TYPES | the CORE of a PROGRAMMING language
CSS full course | from KNOWING nothing to MASTER !
Просмотров 3,4 тыс.10 месяцев назад
CSS full course | from KNOWING nothing to MASTER !
HOW to define VARIABLES in JavaScript correctly ?
Просмотров 11210 месяцев назад
HOW to define VARIABLES in JavaScript correctly ?
OUTPUT and COMMENTS in JavaScript!
Просмотров 11011 месяцев назад
OUTPUT and COMMENTS in JavaScript!
getting started with JavaScript , the BEST way to begin!
Просмотров 29811 месяцев назад
getting started with JavaScript , the BEST way to begin!
CSS ANIMATIONS full-course, ALL possible WAYS to animate in CSS!
Просмотров 2,4 тыс.11 месяцев назад
CSS ANIMATIONS full-course, ALL possible WAYS to animate in CSS!
CSS 3D transform in 20 minutes!
Просмотров 91411 месяцев назад
CSS 3D transform in 20 minutes!
HOW to transform (change) elements with CSS
Просмотров 318Год назад
HOW to transform (change) elements with CSS
CSS Flexbox vs CSS Grid , FULL comparison
Просмотров 3,5 тыс.Год назад
CSS Flexbox vs CSS Grid , FULL comparison
HOW TO create any TYPE of Slider using ONLY CSS and Javascript?
Просмотров 154Год назад
HOW TO create any TYPE of Slider using ONLY CSS and Javascript?
Login page with blur EFFECT on FOCUS, using HTML,CSS and Javascript!
Просмотров 65Год назад
Login page with blur EFFECT on FOCUS, using HTML,CSS and Javascript!
How to LAYOUT a website with GRID SYSTEM in css?
Просмотров 4,5 тыс.Год назад
How to LAYOUT a website with GRID SYSTEM in css?
all MUST-KNOW properties in FLEXBOX!
Просмотров 594Год назад
all MUST-KNOW properties in FLEXBOX!
all you MUST know about MEDIA QUERIES in CSS.
Просмотров 520Год назад
all you MUST know about MEDIA QUERIES in CSS.

Комментарии

  • @Mati123562
    @Mati123562 3 месяца назад

    really good, thnk you

    • @progbytes
      @progbytes 3 месяца назад

      Thank you so much! Glad that it was helpful!

  • @fixx5148
    @fixx5148 6 месяцев назад

    I was 10 minutes into the video taking notes, until i remembered i have been a web developer for 4 years. Excellent video! well paced might i say

    • @progbytes
      @progbytes 6 месяцев назад

      Thank you for your kind words Fixx. I'm glad that you find it helpful...❤️

  • @bobbyG883
    @bobbyG883 7 месяцев назад

    Great Job of explaining, Any recommendations on understanding & solving LeetCode problems?😊

    • @progbytes
      @progbytes 7 месяцев назад

      Thank you so much Jon Jones ❤️ . Well actually I don't think there is a best way for that.... the more you get your hands dirty, the easier it will become for you.

  • @azhar_waheed
    @azhar_waheed 7 месяцев назад

    Thanks. you explained it in very simple manner.

    • @progbytes
      @progbytes 7 месяцев назад

      It's great to hear that Giggle Ways ❤️😊. Thank you so much for your comment

  • @bobbyG883
    @bobbyG883 7 месяцев назад

    Great video as always, Thank you😊

    • @progbytes
      @progbytes 7 месяцев назад

      Thank you so much Jon Jones ❤️

  • @Travis-dg3wv
    @Travis-dg3wv 7 месяцев назад

    Promo>SM ❗

  • @bobbyG883
    @bobbyG883 7 месяцев назад

    Great video, Keep it up. Can you recommend any books on Data Structures & Algorithms? Thank you🤟

    • @progbytes
      @progbytes 7 месяцев назад

      Thank you so much for your positive feedback! I'm glad you found the video helpful. For learning more about Data Structures & Algorithms, two highly recommended books are 'Introduction to Algorithms' by Cormen et al. and 'Algorithms' by Sedgewick and Wayne. While I haven't personally read them, they are widely respected within the programming community and come highly recommended by professionals. They should provide you with a solid foundation in the topic. Happy learning! 📚✨

  • @bobbyG883
    @bobbyG883 8 месяцев назад

    Thank you so much, Well explained for-loop method. I have so many favorite movies. Here are 2 that come to my mind right now, 1 James Bond (Skyfall) 2. Confidence 2003

    • @progbytes
      @progbytes 8 месяцев назад

      Wonderful taste! ❤️ I have watched the Skyfall movie and it was great! Now I definitely want to watch the Confidence too 😎. Thank you Jon , for your kind words about the video!

  • @bobbyG883
    @bobbyG883 8 месяцев назад

    Another great video, keep it up.👍

    • @progbytes
      @progbytes 8 месяцев назад

      thank you so much for watching and I am really glad to hear that from you!

  • @immediateaction1586
    @immediateaction1586 8 месяцев назад

    bro how you set height 70% of grand parent and how it's working please reply

    • @progbytes
      @progbytes 8 месяцев назад

      off course I will reply, let me explain : The height of 70% and the width of 70% for the grand parent element basically means that this element (grand parent div) should get the 70% of it's parent element's width and height. anytime that we set the size of an element with % in CSS , that means we want to set a size for an element based on the size of the element which our element is inside of. So in our case that div gets 70% of the size of the body element because that is the parent element for the grand parent div (grand parent div is directly inside of body) . Now the body tag has a size of 100% in both width and height (100% of the browser's window) , so the grand parent div gets 70% of the 100% from the body's height. For example if the body's height was say 100px , then the grand parents height would be 70px since that is 70% of 100px. I hope I could clarify that . Thank you for watching ...

    • @progbytes
      @progbytes 8 месяцев назад

      If that didn't clarify it please let me know!

  • @a7mdbest15
    @a7mdbest15 8 месяцев назад

    I love that you are talking and explaining what you are doing, very informative video thank you

    • @progbytes
      @progbytes 8 месяцев назад

      so nice of you , thank you for watching... Happy Coding!!

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

    Thank you, your explaintation is very clear for me. Will you be making videos on data parsing, Callback functions, and recursion?🙏

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

      thank you so much! I am really glad to hear that. of course! I will definitely make videos about those topics as well. once again , huge thanks for your kind words.

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

    Fun fact: in Js you do not have to use semicolon at the end lf the line!

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

      well , while technically you may not need to add semicolons at the end of the statements, but this is a good practice to add them. besides , in a real project we should add semicolons because if we don't specify the end of statements, then we will get either different errors or unexpected behaviors when we Minify our code. so considering the Minification process , you should add semicolons . I hope I could clarify it a little. thank you so much for your comment!

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

    Have you linked your code somewhere?

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

      Sorry I haven't .. but if you have any sort of question about animations in CSS; I can help.

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

    Very simple and clear explanation of Ternary Operator. Can't wait for the next video. Thank you!

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

      I am really glad to hear that Jon Jones! Thank you so much!

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

    Can we use &&, | | operates for Switch statements?

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

      Nope ! We can't use logical operators in switch statements, if you have a complex or combined expressions or conditions, you can use if statements, since it will be easier and more organised. Switch statements are for evaluating an expression with some static values , I have talked about this in the last part of the video as well if you want to see. Thank you so much for your comment Jon!

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

    Thank you!

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

      You are welcome , thank you for being here!

  • @PushpRajGupta-ug3wr
    @PushpRajGupta-ug3wr 9 месяцев назад

    in css position part I don't know how you centered the whole grandparent section. I want to see the code you had written above line 11

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

      Thank you for your comment, in the css for body section I used css flexbox to center everything inside the body , it was not related to css positions , the whole css inside that body tag is : body{ height:100vh; width:100%; display :flex; justify-content: center ; align-items: center; } You can head in the timestamps to see the flexbox part . Thank you once again for your comment.

    • @PushpRajGupta-ug3wr
      @PushpRajGupta-ug3wr 9 месяцев назад

      thank you so much sir

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

      You are welcome bro , Happy Coding...😊

  • @Alien-Scope
    @Alien-Scope 9 месяцев назад

    Great explanation ❤

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

      Glad you think so!

  • @Alien-Scope
    @Alien-Scope 9 месяцев назад

    Helpful

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

      Glad you think so!

  • @Alien-Scope
    @Alien-Scope 9 месяцев назад

    Really helpful video !

  • @Alien-Scope
    @Alien-Scope 9 месяцев назад

    Great comparison

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

      Glad you think so

  • @Alien-Scope
    @Alien-Scope 9 месяцев назад

    Great tutorial for beginners!

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

      Thanks you so much

  • @Alien-Scope
    @Alien-Scope 9 месяцев назад

    A complete CSS course , great!

  • @bobbyG883
    @bobbyG883 10 месяцев назад

    Great work, Keep making these videos 😊

    • @progbytes
      @progbytes 10 месяцев назад

      Thank you so much for your comment! I will do my best.

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

      When is the part 7 coming out?@@progbytes

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

      @bobbyG883 next part is coming tomorrow, and from the next day, there will be two videos in a week instead of one video in a week in javascript course . Thank you for your watching!

  • @Ramesh_Royy
    @Ramesh_Royy 10 месяцев назад

    good stuff

    • @progbytes
      @progbytes 10 месяцев назад

      Thank you so much

  • @muhammadismail4229
    @muhammadismail4229 10 месяцев назад

    Great explain ❤❤❤

    • @progbytes
      @progbytes 10 месяцев назад

      Thank you Ismail ❤️

  • @muhammadnahimmajumder9693
    @muhammadnahimmajumder9693 10 месяцев назад

    Now you are teacher and i am your student. Please Keep it up for us. I don’t think view is matter. Because people don’t care what is good for them. Or more than thousand student is not a small amount.just saying thanks is not enough dear honorable ❤️

    • @progbytes
      @progbytes 10 месяцев назад

      Thank you Muhammad Nahim bro, I really appreciate your kind words

  • @dilanshanuka1838
    @dilanshanuka1838 10 месяцев назад

    Good Course ! Keep it up

    • @progbytes
      @progbytes 10 месяцев назад

      Thank you Dilan ❤️

  • @a7mdbest15
    @a7mdbest15 10 месяцев назад

    thank you thank you so much my friend, I really appreciate the effort, hopfully you will complete the javascript too

    • @progbytes
      @progbytes 10 месяцев назад

      Thank you so much for your nice comment my brother.

  • @SydneyBrown-z5s
    @SydneyBrown-z5s 10 месяцев назад

    Thanks for sharing. I tried your code and doesn't work at all screen sizes. if you change the screen width to show two and a half images then there will always be half an image showing.

    • @progbytes
      @progbytes 10 месяцев назад

      Well the problem that you encountered is because of the fixed width of 337px for each card , for me that was what I wanted , but if you don't like to show any parts of other cards in the next index numbers, you can simply use percentages for defining the width of your cards for example , you can set your cards' width to something like 45% of their parent which I believe it is the (.slides) in the corresponding screen size that you want to display two cards if you are familiar with CSS, then the cards will be set based on the width of the .slides and you will achieve what you want.

    • @SydneyBrown-z5s
      @SydneyBrown-z5s 10 месяцев назад

      @@progbytes Thanks for replying. It would have been great if you actually told the viewers of your video that was your intention but you should have also made the page totally responsive and have the container display full images on at least 3 breakpoints. Also ::-webkit-scrollbar doesn't work on Firefox so you should have shown an alternative solution. Designing the page for your requirements doesn't mean all viewers would want the same result. I've watched some of your other videos and remember not seeing any of the code for download. Thanks anyway.

    • @progbytes
      @progbytes 10 месяцев назад

      Dear Sedney , thank you for your feedback . I should mention that my whole intention mainly was to show how a slider could be made , (the general concept). the style and look of something depends on someone's preference, and I did say that you can modify the style and overall the code as you like and prefer 🤗. And by the way , thank you for your comment.

  • @muhammadnahimmajumder9693
    @muhammadnahimmajumder9693 10 месяцев назад

    Your speaking is Very easy to understand. I am from Bangladesh. I am not good as a speaker. But i understand your English very compatibly.

    • @progbytes
      @progbytes 10 месяцев назад

      It's good to hear that...

  • @godfredacquah-h8z
    @godfredacquah-h8z 10 месяцев назад

    Thanks for sharing, I want the same for js

    • @progbytes
      @progbytes 10 месяцев назад

      You're welcome, Well that's next...

  • @mohamedawadsalem1941
    @mohamedawadsalem1941 11 месяцев назад

    Great explanation. Thanks man!

    • @progbytes
      @progbytes 11 месяцев назад

      You are welcome 😊

  • @mostafizbappy5091
    @mostafizbappy5091 11 месяцев назад

    Your explanation is so awesome 🔟🔟

    • @progbytes
      @progbytes 11 месяцев назад

      Glad to hear that, Thank you so much!

  • @QLOVEm3OFCChannel
    @QLOVEm3OFCChannel 11 месяцев назад

    you explain better than my teachers at uni

    • @progbytes
      @progbytes 11 месяцев назад

      Thank you for your nice comment Denis , I don't think so but I will do what I can do! ❤️

  • @rayberjany7064
    @rayberjany7064 11 месяцев назад

    I love the way you are explaining stuff. I have been struggling finding a good video about " GRID ". Till I come to this one. So thank you so much. I hope you will keep the same spirit to do more and more. Good luck. I have give a like to your video and subscribe as well.🙏

    • @progbytes
      @progbytes 11 месяцев назад

      Thank you for your kind words, I try to do my best...

  • @yashiel
    @yashiel 11 месяцев назад

    Awesome Content, Keep it up 👍👍👍👍

    • @progbytes
      @progbytes 11 месяцев назад

      Thank you so much

  • @rashidxd
    @rashidxd 11 месяцев назад

    Quality content!! Keep it up.

  • @samsiddique4751
    @samsiddique4751 11 месяцев назад

    When next part is coming?

    • @progbytes
      @progbytes 11 месяцев назад

      the next video will be at thursday. 2 Javascript videos in a week.

  • @Pransshhh
    @Pransshhh 11 месяцев назад

    You really made flex very easy

    • @progbytes
      @progbytes 11 месяцев назад

      Glad to hear that, Thank you 😊. Just make sure to see the flexbox properties video as well , to have the flexbox completed.

    • @Pransshhh
      @Pransshhh 11 месяцев назад

      @@progbytes Yeah sure

  • @asthd.
    @asthd. 11 месяцев назад

    thanks man! if you had shared the code in the description or somewhere it would have been even better for me.

    • @progbytes
      @progbytes 11 месяцев назад

      You are welcome. Well I thought that was not too much to put it on github or something...

  • @mohsenrostami3335
    @mohsenrostami3335 11 месяцев назад

    awesome tutorial👌, Thanks a lot.

  • @vasudevanveeraraghavan7849
    @vasudevanveeraraghavan7849 11 месяцев назад

    Very nice and clear explanation CSS animation

    • @progbytes
      @progbytes 11 месяцев назад

      Thank you so much !

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

    I haven't watched all of your tutorials yet, but if they are all like this, you are like an angel saving people's lives on planet Earth! You are not just posting tutorials, but you ARE changing people's lives. Thank you so much, mate. 💖💖💖💖

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

      You are too kind bro ! I'm grateful for your kind words; I hope I can live up to them.

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

    thank you very much sir, grid is much easier for me now

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

      Glad to hear that, 🙂 Thank you a7mdbest !

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

    The sound of keyboard sounds so satisfying

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

      Hahaha 😆 thank you The Noobie Bros! maybe I should fake it better next time then 😉

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

    Can you please show this using tailwind grid?

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

      Sure , I am making a Tailwind CSS full course , covering the grid and all it's other features. Thank you CodeDjango.

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

    how much math needed for web devlopment?

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

      Not too much really, Math becomes a little necessary when you are doing some kinds of problem solving (algorithm) for your app.