training Day 31

Industrial Training Day 31: From Deployment to JavaScript

Today marked a new milestone in my industrial training journey.
I successfully deployed the project I had been working on over the past few days.
It was satisfying to see all my efforts live and functioning on the web.
Though a few issues like image loading were earlier faced, they were resolved.
Once the deployment was confirmed, I shared the project link with my mentor.
After reviewing it, my mentor appreciated the design and layout.
Then came the next phase of learning – JavaScript.
My mentor suggested I begin exploring the basics of JavaScript.
This excited me, as JavaScript adds interactivity to web pages.
I started with understanding what JavaScript actually does in a website.
I learned how it works alongside HTML and CSS.
My mentor emphasized that HTML is for structure, CSS for design, and JavaScript for behavior.
I wrote my first console.log("Hello World"); program.
Then I tried simple alerts and variables like let, const, and var.
I learned how to create and call basic functions.
I explored data types such as strings, numbers, and booleans.
and other concepts of js.

Comments

Popular posts from this blog

Day 34

Training Day 25

Industrial Training Day 16