Tag Archives: JavaScript
Work Calendar
The work calendar is a personal project of mine. I wanted to create an application that would allow myself and others to easily track work hours from week to week, provide a simple, secure, easy-to-use printable interface and perform some calculations the the average user might want to know (totals, pay rate, tax deductions etc). [...]
Useful hints: #1 – Odd/Even numbers (Modulo operator [%] and Bitwise And [&])