Coding my way through life, one line at a time. Passionate about all things tech, programming, and problem-solving. Join me on this wild ride of 0s and 1s! 🚀💻
I know I am doing web developing using js. but now I have to learn python as a competitive programming and to allow me to expand my knowledge about backend . This week and this day I learn Python basic data strcture ( dictionary,list,tuples ) and done a few algorithm Day 3
1st time building web game that will allow two player to play a lack of Dice game with stratage I will upload the site and code once I update the graphics more. #Day2 day2 #100DaysOfCode#100daysofcodechallenge
did coding project about making quotes fade in and out , sliding hero image, smooth scroll using jQuery in real world project . #Day1 day1 #100DaysOfCode#100daysofcodechallenge
and Here is the code
(function(){//simple slideShow
"use strict"
let imageList=["image1.jpg","image2.jpg","image3.jpg","image4.jpg","image5.jpg"]
const image= document.getElementById("slideShowImage");
const firstLink=document.getElementById("prev");