#LSPPDay60
I created Random Joke Generator using JS and icanhazdadjoke API. I worked with the Fetch API and async/await to get jokes dynamically.
Final day of my #60DaysOfLearning2025!
Explore my journey ⬇️ https://t.co/dr916E6J3H
#LearningWithLeapfrog@lftechnology
#LSPPDay59
I built a Weather App using JS. It uses the free https://t.co/Ks98lp2FeJ API and displays weather information based on the city entered by the user. I practised fetch(), async/await, and DOM manipulation.
#60DaysOfLearning2025#LearningWithLeapfrog@lftechnology
#LSPPDay58
I continued learning Regular Expressions and explored built-in methods like match(), replace(), search(), and test() to extract, replace, and test patterns in strings. Regex makes string handling powerful.
#60DaysOfLearning2025#LearningWithLeapfrog@lftechnology
#LSPPDay55
I learned how to perform basic form validation using JavaScript. I explored how to check for required fields, validate email formats, enforce password rules, and prevent form submission if inputs are invalid
#60DaysOfLearning2025#LearningWithLeapfrog@lftechnology
#LSPPDay48
I explored cookies in JS. I learned to set, retrieve, and delete cookies using document.cookie. Since cookies are sent automatically with every request, they're great for authentication and session tracking.
#60DaysOfLearning2025#LearningWithLeapfrog@lftechnology
#LSPPDay47
I explored sessionStorage in JavaScript.
It stores data like localStorage, but the difference is-data is only available for that browser tab/session. Once the tab is closed, the data is cleared automatically.
#60DaysOfLearning2025#LearningWithLeapfrog@lftechnology
#LSPPDay46
I earned my Introduction to GitHub Copilot Business, Introduction to GitHub Copilot Enterprise badges.
I learned how it helps streamline code reviews, answer contextual queries and enhance team productivity.
#60DaysOfLearning2025#LearningWithLeapfrog@lftechnology