Showing posts from January, 2022

Digital Clock Using JavaScript

This blog is about how to make a digital clock using JavaScript. The code link and preview is given at the end of the blog. …

Python Basic Lists Programs

1)Program to check if the Given List is in Ascending Order or Not Code: l1 = [ 1 , 2 , 3 , 5 , 4 , 6 , 7 …

Load More
That is All