Javascript Arrays | Javascript Tutorial For Beginners

developedbyed • January 29, 2019
Video Thumbnail
developedbyed Logo

developedbyed

@developedbyed

About

Hello my gorgeous friends on the internet, welcome to DevelopedByEd, your go-to channel for learning how to code, design, and become more creative in the tech world! I’m Ed, a self-taught full stack engineer and designer from Romania, and I've been teaching code since 2018. I make learning fun and simple, covering topics such as web development, web design, UI/UX, game development, tech-related news, 3D modelling, and more! Whether you're a beginner or an experienced developer, I have coding courses and tutorials suitable for any level. I specialize in front-end, full-stack, and design, and I'm dedicated to sharing my knowledge and expertise with you! And the best part? You can use any of the amazing projects you see in my tutorials or courses in your portfolios! So, if you want to kickstart your tech career, head over to https://developedbyed.com and find affordable courses that will take you to the next level! šŸ’»

Video Description

Check out my courses and become more creative! https://developedbyed.com Javascript Arrays | Javascript Tutorial For Beginners In this video series we are going to learn modern javascript from scratch. This video is recommended for anyone wanting to learn javascript the modern way with ES2015. No previous programming knowledge is required, so this video series will help you learn javascript as your first programming language. We will also cover the basics of arrays and where to use them. The popular ones include using pop method to remove a value from the end of the array, push method to add a value to the end of the array. Shift is used to remove a value from the beginning of the array and unshift adds a value. We are also going to take a look on what types of values we can store inside the array. How to access each value by its index and modify them as well. Things covered in this video: Basics of javascipt arrays. How to add and remove values inside of an array. How to modify a specific value of an array. How to access each value. šŸ“” Materials used in this video: VSCode: https://code.visualstudio.com/ šŸ›“ Follow me on: Twitter: https://twitter.com/deved94 Github: https://github.com/DevEdwin

You May Also Like