Day 92:
• I have learned about for-of, for-in & forEach loops in JS & how to apply them on array, string & objects.
• Also learned about filter, map & reduce in JS.
• Learned bout minor details of these as well.
Thanks to @Hiteshdotcom Sir.
#100DaysOfCode#JavaScript
Day 94:
•Learned how to access children using parent element & vice versa in DOM manipulation JS.
• Also learned how to create, edit & remove elements using DOM in JS.
• How to write more optimized DOM manipulation.
Thanks to @Hiteshdotcom Sir
#100DaysOfCode#JavaScript
Day 93:
• Learned about DOM manipulation in Browser using JS.
• Learned difference between innerHTML, innerText & textContent.
• Also learned about HTMLCollections, NodeList & Array & able to manipulate many things.
Thanks to @Hiteshdotcom Sir
#100DaysOfCode#JavaScript
Day 91:
• Leaned about for, while and do-while loops in JS.
• Also learned about how do-while loop is different from other loops.
Thanks to @Hiteshdotcom Sir.
#100DaysOfCode#JavaScript
Day 90:
• Learned about if-else & switch case statements in JS.
• Also about implicit scope, Nullish Coalescing Operator & Ternary Operator in JS.
• Also learned about Truthy & Falsy values in JS.
Thanks to @Hiteshdotcom Sir.
#100DaysOfCode#JavaScript
Day 89:
• Learned about how JS code gets executed in two phases i.e. Memory & Execution phase.
• Also learned call stacks in JS & executed it inside the Browser & able to see stack in browser.
All thanks to @Hiteshdotcom Sir.
#100DaysOfCode#JavaScript
Day 88:
• Learned about IIFE (Immediately Invoked Function Expressions) function.
• Also learned how to write, execute & close IIFE function.
• Learned to Named, Normal IIFE & also with parameter.
Thanks to @Hiteshdotcom Sir
#100DaysOfCode#JavaScript
Day 87:
• Learned about basics of closures, scopes, expression & calling an expression.
• Also learned more about this keyword & arrow function.
• Different ways to write implicit return in JS.
Thanks to @Hiteshdotcom Sir
#100DaysOfCode#JavaScript
Day 86:
• Learned about rest operator, how to handle multiple parameter, objects & arrays as parameter in function definition.
• Learned about difference in let, var & const using scopes in JavaScript.
Thanks to @Hiteshdotcom Sir.
#100DaysOfCode#JavaScript
Day 85:
• Learned about function definition, reference & function execution.
• Difference between return, console.log(), parameter & arguments.
• Also learned about default values & empty arguments.
All Thanks to @Hiteshdotcom Sir.
#100DaysOfCode#JavaScript
Day 84:
• I have learned how to de-structure Objects & use them correctly.
• Also came to know about the representation of JSON.
All Thanks to @Hiteshdotcom Sir.
#100DaysOfCode#JavaScript
Day 83:
• Learned about Objects (key:value pairs) in JS.
• Learned about how to create, add, update, access items & freeze Objects from changing items.
• Also learned about how merge two or more Objects.
All thanks to @Hiteshdotcom Sir.
#100DaysOfCode#JavaScript
Day 82:
• Learned about arrays in JS.
• Came to know about different methods in arrays.
• Difference between slice & splice.
• Different methods to merge two or more arrays.
Thanks to @Hiteshdotcom Sir ! !
#100DaysOfCode#JavaScript
Day 76:
• Completed Git course from @Hiteshdotcom Sir Youtube video.
• Able to learn lot of new things and got clarity in these concepts.
Thank You @Hiteshdotcom Sir for this, I was able to give answers related to git questions during interviews.
#100DaysOfCode#git