Day 52 of #100DaysOfCode: JavaScript Error Handling!
Explored try-catch-finally, threw custom errors, and handled ReferenceError, SyntaxError, and TypeError.
#EnrollWithSTS@stechie_school
Day 51 of #100DaysOfCode:
https://t.co/O5pkfKf3ns() / groupCollapsed(): Organize logs. console.count(): Track calls.
console.clear(): Clear the console.
#EnrollWithSTS@stechie_school
Day 50 of #100DaysOfCode:
console.table(): Displayed data in a table format
console.time() & console.timeEnd(): Measured code execution time
https://t.co/KAFZHP2T7C(): Logged important info
console.assert(): Checked conditions and logged errors
#EnrollWithSTS@stechie_school
Day 49 of #100DaysOfCode: Console Object Method!
Object Method Use console.warn() to display warning messages, like deprecation notices or best practices. Use console.error() to show error messages for issues or invalid inputs.
#EnrollWithSTS@stechie_school
Day 48 of #100DaysOfCode: Console Object Method!
Explored console.log() method, Learned how to:
Log output to the browser console.
Use string substitution for dynamic content (%d %s).
Style console messages with CSS using %c format!
#EnrollWithSTS@stechie_school
Day 46 of #100DaysOfCode: I tackled a task involving JavaScript and Regular Expressions! Cleaned up a messy text by removing special characters and identified the three most frequent words in the string.
#EnrollWithSTS@stechie_school
Day 41 of #100DaysOfCode: Random Quote Generator. It fetches a new quote each time you click a button, and you can even tweet your favorite quotes directly!
#EnrollWithSTS@stechie_school
Day 40 of #100DaysOfCode: Built an Array Statistics Calculator in #JavaScript! Practiced array methods like reduce(), used the spread operator for Math.max() & Math.min(), and calculated standard deviation.
#EnrollWithSTS@stechie_school
Day 39 of #100DaysOfCode: learning how to destructure and spread arrays and objects in JavaScript. Practiced and did some exercises. Continued with a shopping cart management system."
#EnrollWithSTS@stechie_school