Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sander Kvenild
DCST1007 - OOP
Commits
83bbbf94
Commit
83bbbf94
authored
Feb 02, 2022
by
Sander Kvenild
Browse files
Added button to simulate with inputs
Moved button to simulate without inputs
parent
89671141
Changes
1
Hide whitespace changes
Inline
Side-by-side
js-ov12-oop2-sander-kvenild/index.html
View file @
83bbbf94
...
...
@@ -19,6 +19,7 @@
</head>
<body>
<h1>
OOP 2
</h1>
<button
onclick=
"tre_kontoer()"
style=
"margin-bottom: 1em;"
>
Simuler
</button>
<table>
<tbody>
<tr>
...
...
@@ -71,7 +72,7 @@
</tr>
</tbody>
</table>
<button
onclick=
"tre_kontoer()"
>
Simuler
</button>
<button
onclick=
"tre_kontoer
_input
()"
>
Simuler
med input
</button>
<div
id=
"output"
></div>
<script
src=
"index.js"
></script>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment