Exercise expression, task 4 b):
A lot of students write numbers too large to be stored in an Integer and gets the compilation error "integer number too large" instead of the runtime error "java.lang.OutOfMemoryError".
This could be solved by adding a tip telling them not to use a number larger than 2 billion.
Project's main goal was to get practice with APIs and really hammer home how an Express app is structured. In the same repository lies also a simple single page ToDoList App which utilizes the API.
Exercise expression, task 4 b):
A lot of students write numbers too large to be stored in an Integer and gets the compilation error "integer number too large" instead of the runtime error "java.lang.OutOfMemoryError".
This could be solved by adding a tip telling them not to use a number larger than 2 billion.