+{"name":"Sedc4-javascript","tagline":"Homeworks and assignments for the SEDC CodeCademy 2015/2016","body":"# Homework 1\r\n## Create a functional HTML / JavaScript calculator\r\nIt must have:\r\n- a output display where the result is displayed\r\n- buttons for the digits (0-9)\r\n- buttons for the operations (+, -, *, /)\r\n- button for operation execution (=)\r\n\r\nThe design of the buttons and the display is not subject to evaluation - but make it look pretty if you know how :)\r\n\r\nThe calculator must support doing operations on (at least) single digit numbers.\r\n\r\nThe division operator must do integer division (9/4 = 2, not, 2.25) \r\n\r\nThe result of the operation must be displayed in the output display - displaying the operation and operands are not required \r\n\r\nThere is a referent implementation at [this location](Homework/Referent/Calculator/calculator.html) \r\n\r\nNote that the referent implementation is just for design overview, as the code is intentionally more complicated than neccessary.\r\n\r\n# Homework 2\r\n## Implement a JavaScript function that will convert a given number to its word representation","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}
0 commit comments