Skip to content

Latest commit

 

History

History
80 lines (40 loc) · 3.34 KB

File metadata and controls

80 lines (40 loc) · 3.34 KB

Chapter Wise Indexing

#0 🛑 Javascript Course 2021 in Hindi. 📅 07/24/2021.

#1 🛑 Introduction to Javascript | Why to learn Javascript | What is Javascript. 📅 07/24/2021.

#2 🛑 History of Javascript | What is ECMAScript ? | Javascript Engine | Java vs Javascript | 📅 07/24/2021.

#3 🛑 How to Run Javascript | 📅 07/25/2021

#4 🛑 How to run Javascript using NodeJS | 📅 07/25/2021.

#5 🛑 Javascript Variables Complete Explanation | let ,const,var | Naming Rule | 📅 07/25/2021.

#6 🛑 JavaScript Standard Message Boxes | Console Object Full Tutorial | 📅 07/25/2021.

#7 🛑 Javascript DataTypes Complete Explanationb | Primitive | Reference Types | 📅 07/26/2021.

#8 🛑 Scope and Scope Chain in JS | Reference Comparison | == vs == | 📅 07/26/2021.

#9 🛑 String in JS | Ways to create string | String interpolation | 📅 07/26/2021

#10 🛑 Ten JavaScript Useful and Important String Functions | 📅 07/27/2021.

#11 🛑 Five Important String operations for beginners | 📅 07/27/2021

#12 🛑 Type Conversion in JS | String Conversion | Numeric Conversion | Boolean 📅 07/27/2021 to 07/28/2021

#13 🛑 Javascript array | 📅 07/28/2021.

#14 🛑 Very useful array operations | Important functions covered | 📅 07/28/2021.

#15 🛑 Functions/Arrow Functions in javascipt | 📅 07/28/2021.

#16 🛑 What is truthy and Falsy value | If statements in Javascript | 📅 07/29/2021.

#17 🛑 Loops in JS | For-loop in javascript | 📅 07/29/2021.

#18 🛑 While Loops | Do While Loops in javasript | 📅 07/29/2021.

#19 🛑 For..In Loop | For..of loop in Javascript | 📅 07/29/2021.

#20 🛑 JavaScript Objects | JavaScript Object Operations | 📅 07/29/2021 and 07/30/2021 till 00:30 AM.

#21 🛑 All About DOM Manipulation in javascript | 📅 07/30/2021.

#22 🛑 Javascript DOM Selectors | DOM Selectors in detail | 📅 07/30/2021.

#23 🛑 DOM Styling in javascript | 📅 07/30/2021.

#24 🛑 JavaScript DOM Set and GET attributes | 📅 08/06/2021.

#25 🛑 JavaScript Project 1 : Bulb Project | 📅 08/06/2021.

#26 🛑 JavaScript DOM Manipulation | 📅 08/06/2021 to 08/7/2021 till 02:14 AM.

#27 🛑 JavaScript DOM Navigation | Navigating to Parent to Child and other nodes 📅 08/09/2021.

#28 🛑 JavaScript Timers complete explanation | setTimeout() | setInterval() | 📅 08/10/2021 10:34.

#29 🛑 JavaScript Project 2, Part(1) and Part(2) | Digital Clock using Javascript | 📅 08/10/2021.

#30 🛑 Javascript Project 3, Part(1) | Resume Generator using Javascript | 📅 08/10/2021 15:23.

#30 🛑 Javascript Project 3, Part(2) | Resume Generator using Javascript | JavaScript Stuff to Generate Resume Dynamically | 📅 08/10/2021 18:00.

#30 🛑 Javascript Project 3, Part(3) | Resume Generator using Javascript | Updating Image in Resume Generator Project Dynamically | 📅 08/10/2021 23:25.

#31 🛑 Window Object | Location and History Objects | 📅 08/12/2021 18:23.

Tips and Tricks of GIT error on terminal

  1. if this error come "fatal: not a git repository (or any of the parent directories)"

  2. Run this command : {git init} and hit enter"# JavaScript-Crash-Course-Project-v1".

  3. Completely abort the branch rebashing in git by using.

git rebase --abort.