This webapp is a simple diary app. You can create, update and delete diary entries, and list all or filtered in descending order.
Often, you'll find yourself in situations, where you want to pass some server-side string/array/collection/whatever to your JavaScript. Traditionally, this can be a ...