β νΌλλ‘
Hello everyone! π
I have officially started my Frontend Web Development learning journey. Instead of just watching tutorials, I decided to jump straight into hands-on practice to build a strong foundation.
π» Day 1 Milestones
Today, I focused on core fundamentals and built 4 basic programming tasks to understand how variables and conditional operations work in real scenarios:
- π Days in a Year: Storing data and printing it dynamically inside sentences.
- π§Ύ Restaurant Bill: Calculating total amounts with added tax values.
- π Percentage Calculator: Finding student scores out of total marks.
- π³οΈ Voting Eligibility Check: Implementing basic
if/elseconditional logic.
π Example Code (Restaurant Bill Logic)
Here is a quick look at one of the logic programs I wrote today:
let bill = 1500;
let tax = 250;
let total_bill = bill + tax;
console.log("Total bill including tax is " + total_bill);
Enter fullscreen mode Exit fullscreen mode
π Accountability & Code Repo
I am hosting all my practice code on GitHub to track my consistency and progress. You can check out my repository here:
π js-logic-building on GitHub
Wish me luck for the next 99 days! Let’s keep building. π₯
javascript #frontend #webdev #100DaysOfCode #coding
μΆμΆ λ³Έλ¬Έ Β· μΆμ²: dev.to Β· https://dev.to/codewithsehar/starting-my-frontend-development-journey-day-1-of-100daysofcode-2jih
λ΅κΈ λ¨κΈ°κΈ°