Skip to content

Commit 9726c8d

Browse files
committed
Create gh-pages branch via GitHub
1 parent 917e436 commit 9726c8d

2 files changed

Lines changed: 22 additions & 8 deletions

File tree

index.html

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ <h2 class="project-tagline">Homeworks and assignments for the SEDC CodeCademy 20
2222
<h1>
2323
<a id="homework-1" class="anchor" href="#homework-1" aria-hidden="true"><span class="octicon octicon-link"></span></a>Homework 1</h1>
2424

25-
<p>Create a functional HTML / JavaScript calculator
26-
It must have:</p>
25+
<h2>
26+
<a id="create-a-functional-html--javascript-calculator" class="anchor" href="#create-a-functional-html--javascript-calculator" aria-hidden="true"><span class="octicon octicon-link"></span></a>Create a functional HTML / JavaScript calculator</h2>
27+
28+
<p>It must have:</p>
2729

2830
<ul>
2931
<li>a output display where the result is displayed</li>
@@ -32,11 +34,23 @@ <h1>
3234
<li>button for operation execution (=)</li>
3335
</ul>
3436

35-
<p>The design of the buttons and the display is not subject to evaluation - but make it look pretty if you know how :)<br>
36-
The calculator must support doing operations on (at least) single digit numbers.<br>
37-
The division operator must do integer division (9/4 = 2, not, 2.25)<br>
38-
The result of the operation must be displayed in the output display - displaying the operation and operands are not required<br>
39-
There is a referent implementation at <a href="Homework/Referent/Calculator/calculator.html">this location</a> </p>
37+
<p>The design of the buttons and the display is not subject to evaluation - but make it look pretty if you know how :)</p>
38+
39+
<p>The calculator must support doing operations on (at least) single digit numbers.</p>
40+
41+
<p>The division operator must do integer division (9/4 = 2, not, 2.25) </p>
42+
43+
<p>The result of the operation must be displayed in the output display - displaying the operation and operands are not required </p>
44+
45+
<p>There is a referent implementation at <a href="Homework/Referent/Calculator/calculator.html">this location</a> </p>
46+
47+
<p>Note that the referent implementation is just for design overview, as the code is intentionally more complicated than neccessary.</p>
48+
49+
<h1>
50+
<a id="homework-2" class="anchor" href="#homework-2" aria-hidden="true"><span class="octicon octicon-link"></span></a>Homework 2</h1>
51+
52+
<h2>
53+
<a id="implement-a-javascript-function-that-will-convert-a-given-number-to-its-word-representation" class="anchor" href="#implement-a-javascript-function-that-will-convert-a-given-number-to-its-word-representation" aria-hidden="true"><span class="octicon octicon-link"></span></a>Implement a JavaScript function that will convert a given number to its word representation</h2>
4054

4155
<footer class="site-footer">
4256
<span class="site-footer-owner"><a href="https://github.com/sweko/sedc4-javaScript">Sedc4-javascript</a> is maintained by <a href="https://github.com/sweko">sweko</a>.</span>

params.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name":"Sedc4-javascript","tagline":"Homeworks and assignments for the SEDC CodeCademy 2015/2016","body":"# Homework 1\r\nCreate 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\nThe calculator must support doing operations on (at least) single digit numbers. \r\nThe division operator must do integer division (9/4 = 2, not, 2.25) \r\nThe result of the operation must be displayed in the output display - displaying the operation and operands are not required \r\nThere is a referent implementation at [this location](Homework/Referent/Calculator/calculator.html) ","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}
1+
{"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

Comments
 (0)