@simonsquibb I dream to be a senior software developer creating digital tools that will improve healthcare, supply chain management and trust in the industry in general.
Truly,
Daniel.
Didn’t close my laptop until this was done! 😅 The joy of mapping out this JavaScript logic straight from my head and getting the perfect output is unmatched. It was tasking, but so sweet. I enjoyed every bit of it! 🚀💻
#ThecurveAfrica#frontenddev#javascript
🎉 4 Years of Impact. 4 Years of Building the Future.
Today, we are proud of how far we have come and the many lives we have touched along the way.
Happy 4th Anniversary to The Curve Africa! 🥂
#TheCurveAfrica#4YearsOfImpact#TechEducation#DigitalSkills
3. It is still early in the journey but I am enjoying the process of understanding not just what the code does but why it works. Day by day, I am building the foundation I need to create useful digital health solutions #TheCurveAfricabyKora#FrontendDev#JavaScript#TechJourney
Another step in my frontend development journey. 💻
Last week, I built a foundation by learning how the internet works and how to manipulate webpages using the browser's Inspect tool. This week, things are getting interactive.
2. I spent today in the Chrome developer console practicing how JavaScript behaves in the browser console.—specifically practicing variable declarations (let, const), reassignments, and defining complex data types like objects and arrays.
Syntax are set of rules governing how a language code should be written or structured, in this case-set of rules governing how javascript codes should be written and structured.
Convention are rules being agreed by developers regarding a certain language code.
@thecurveafrica
@thecurveafrica 6. hence, the use of ‘let’ and ‘const’ keywords in modern day javascript.
e.g. var food = "bread"; var pet = "cat"; My javascript program tells my profile – age, name, school, favourite food and favourite colour.
@thecurveafrica