Assignment2 algorithm solution.

This commit is contained in:
2022-12-04 20:53:01 +01:00
parent 8d25208c83
commit ee5e17f444
4 changed files with 178 additions and 5 deletions

View File

@@ -8,7 +8,8 @@
<body>
<p>Assignment:</p>
<textarea rows="15" cols="50" id="assignment"></textarea>
<input type="checkbox" id="algorithm"/>
<label for="algorithm">Interpret X,Y,Z as Rock Paper Scissor.</label>
<p>Answer:</p>
<div id="answer">Provide input first</div>
<script src="script.js"></script>