CS student at UNN documenting my backend development journey from JavaScript basics to building real backend APIs. Building entirely from my phone 📱 Follow my progress on X https://x.com/Dominique_ice
Four JavaScript functions built during the Functions section of FreeCodeCamp:
- booWho — checks if a value is a boolean primitive
- maskEmail — masks the username of any email address
- getLoanMessage — checks loan eligibility based on annual income and credit score
- convertCtoF — converts Celsius to Fahrenheit Added: May 29, 2026