The Library System With SMS Notification

Submitted by Gilbert Aaron … on
This Library System has same features like other library system but I added one more feature which makes it unique, and that is sms notification. No worries if you always forgot to return your borrowed books because the system will automatically send you a notification so you can remember it. Hope this will help you in your future project especially to those who are new in the programming language

How To Create Leap Year Checker Using JavaScript

Submitted by alpha_luna on
If you are looking for on How To Create Leap Year Checker Using JavaScript then you are at the right place. This simple program will ask the user to type a year in the textbox then the program will give you a message alert if the given year is a leap year or not. We all know that leap year occurs only every four years.

How To Make Counter For Numbers, Vowels, And Consonants Using JavaScript

Submitted by alpha_luna on
This program that I make using JavaScript Programming Language is How To Make Counter For Numbers, Vowels, And Consonants Using JavaScript. This program will ask the user to type their sentence on the Textarea of Form Field then the program will calculate the number of vowels, consonants, and numbers. This program is very simple and you can create after downloading the source code below as your own.