xxxxxxxxxx
44
<html lang="en">
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.1.9/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.1.9/addons/p5.sound.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8" />
<inherits name="com.googlecode.gwt.math.Math"/>
</head>
<body>
<!-- <script src="sketch.js"></script> -->
<p>how many numbers</p>
<input type="text" id="inpuut" value="1">
<script>
// let once = true
// function draw() {
var input = document.getElementById("inpuut").value;
// if (once){
// console.log(inpuut.value); once = false}
function abcdef() {
const num1 = BigInt(0)
num2 = num1;
console.log(num1)
for (let i = 0; i < inpuut.value; i++) {
console.log(num1);
num2 = num1 + num2;
console.log(num2);
num1 = num1 + num2
}
}
// }
</script>
<button type="button" onclick="abcdef()">Go</button>
<p id="numbers"></p>
</body>
</html>