I started learning programming a few years ago with java (minecraft, anyone?) but I only got to the point of creating tic-tac-toe playable on the console and then stopped.
Now, with codecademy, I have finished the html, css and jQuery courses and now intend to delve into javascript. My plan is to make an app for facebook with a colleague, app which would alert everyone on the class the week before a test. To do this, I would need a working calendar that kept "scanning" the date and once he found that there's something to alert on a certain day, it does.
Is that possible to do with javascript?
Thanks, everyone!