Navigate Select ESC Close

JavaScript Programming Tutorial for Beginners

2022-08-09 Science & Technology
459.7k
7.5k
354
Telusko
Telusko
2.8m subscribers

Unlock all features

FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.

Description

00:00:00 - intro 00:06:01 - Getting started 00:15:51 - NodeJS, VS Code Installation 00:22:00 - Variables in JavaScript 00:38:13 - Constants in JavaScript 00:42:31 - Data types 01:03:02 - History of JavaScript 01:22:01 - Type Conversion & Coercion in JavaScript 01:34:25 - Arithmetic Operators in JavaScript 01:45:25 - Relational operators in JavaScript 01:55:11 - Logical Operators in JavaScript 02:02:12 - Conditional Statements If Else in JavaScript 02:14:04 - Ternary Operator in JavaScript 02:18:56 - Switch Statement in JavaScript 02:26:26 - Template Literal in JavaScript 02:31:03 - While loop in JavaScript 02:41:49 - For Loop in JavaScript 02:48:00 - While vs For Loop | Which to use and When? 02:54:31 - Objects in JavaScript 03:04:20 - Complex Object, Delete Property in JavaScript 03:13:26 - For in loop in JavaScript 03:17:18 - Functions in JavaScript 03:22:01 - Function return and passing 03:26:42 - Function Expression in JavaScript 03:30:38 - Local-Global Variable | Default Value in JavaScript 03:36:41 - Arrow function in JavaScript 03:42:12 - What are Methods in JavaScript? 03:46:16 - What is this? | JavaScript 03:52:17 - Why it is called THIS? 04:03:12 - Constructor function in JavaScript 04:10:17 - Creating Array and Fetching Elements in JavaScript 04:17:04 - Different types of data in Array 04:21:13 - Array methods in JavaScripts 04:27:20 - For of Loop with an Array in JavaScript 04:31:58 - Array Destructuring in JavaScript 04:41:02 - Array forEach Method in JavaScript 04:47:06 - Array Method filter map reduce 04:56:16 - Set in JavaScript 05:02:51 - Map in Javascript 05:10:02 - What is Recursion? | JavaScript 05:17:14 - Factorial using Recursion | JavaScript Check out our courses: AI Powered DevOps with AWS - Live Course :- https://go.telusko.com/AIDevOps-AWS Coupon: TELUSKO10 (10% Discount) Complete Java Developer Course Batch-4: https://go.telusko.com/Complete4 Coupon: TELUSKO10 (10% Discount) Master Java Spring Development : https://go.telusko.com/masterjava Coupon: TELUSKO20 (20% Discount) Udemy Courses: Spring: https://go.telusko.com/udemyteluskospring Java:- https://go.telusko.com/udemyteluskojava Java Spring:- https://go.telusko.com/Udemyjavaspring Java For Programmers:- https://go.telusko.com/javaProgrammers Python : https://go.telusko.com/udemyteluskopython Git : https://go.telusko.com/udemyteluskogit Docker : https://go.telusko.com/udemyteluskodocker For More Queries WhatsApp or Call on : +919008963671 website : https://courses.telusko.com/ Instagram : https://www.instagram.com/navinreddyofficial/ Linkedin : https://in.linkedin.com/in/navinreddy20 Discord : https://discord.gg/aXPF5hV7 More Learning : Java - https://bit.ly/3xleOA2 Python :- https://bit.ly/3H0DYHx Django :- https://bit.ly/3awMaD8 Spring Boot :- https://bit.ly/3aucCgB Spring Framework :- https://bit.ly/3GRfxwe Servlet & JSP :- https://bit.ly/3mh5CGz Hibernate Tutorial :- https://bit.ly/3NWAKah Rest API | Web Service Tutorial :- https://bit.ly/38RJCiy Git :- https://bit.ly/3NUHB3V JavaScript :- https://bit.ly/3mkcFys Kotlin :- https://bit.ly/3GR2DOG

Top Comments (10)

@ofcitsfarid 2022-08-09

i can't beliave, i lerned python from you and i was about to learn js, and all of a sudden i see this :) can't be more happy

96 3 replies
@issakayussifosman1330 2022-09-06

Hi I'm Issaka from Ghana and a teacher. In fact your teaching approach is unbelievable. I'm completely absorbing everything you are teaching without any difficulty. My confidence level is very high now, all because of you. Thanks so much.

54
@KaranSingh-vg4pe 2022-08-09

thanks a lot sir please make a similar series for data structures and algorithms

44
@mohitagarwall 2022-09-29

2:54:32 //Reverse Number code let num = 12345; let original = num; let rev = 0; let lastDigit; while(num!=0){ lastDigit = num%10; rev = rev*10 + lastDigit; num = parseInt(num/10); } console.log(`The reverse of ${original} is ${rev}`);

20
@kmahendra6691 2023-03-15

see i am from python background so it was very easy to understand .... i would like to tell one things guys first learn a backend programming language all languages are gonna be very easy for you.. THANK YOU

16
@saikrishna2972 2022-08-10

navin please make a series on advance javascript also it would be helpful to continue after this.

10
@vickychaudhari4348 2023-06-13

3:16:47 - to print values inside laptop for(let key in alien.laptop){ console.log(key, alien.laptop[key]) }

7
@aashishrana6882 2022-10-03

Thankyou so much sir finally i completed this series and i fill my self confident, Jai Shree Ram.😀😀

5
@revanthreddy1371 2026-03-11

Hey Navin i learned Java, Git and now watching javascript from you only . Bro you are my one stop shop for every technical stuff

1
@PraveenRCSE 2022-09-28

sir your speking way is just aswsome.i don't know a fluent einglish.your communication is in simple einglish.thank you.

0

Unlock the Data Inside
Turn Videos into Knowledge

  • Get FREE 10/day: transcripts, summaries, chats
  • Chat with videos, export text & PDF
  • $1 free API credit for RAG, chatbots & research

Free forever plan • All features unlocked

App screenshot