This commit is contained in:
2024-09-20 07:46:16 +02:00
parent 51c4b93077
commit c31f1b9686
2 changed files with 13 additions and 0 deletions

View File

@ -56,6 +56,12 @@
<input type="text" name="textimput" id="themodifierinputtext" value="Alapszöveg!">
<p id="modifiedoutput"></p>
</div>
<div>
<h1>MethodChaining</h1>
<input type="button" value="BEGIN THE QUESTIONING!!!" id="MethodChaining">
</div>
<script src="script.js"></script>
</body>
</html>