7 lines
187 B
TypeScript
7 lines
187 B
TypeScript
function calcthis() {
|
|
let afsdlk = document.getElementById("name").value!;
|
|
let dlkafs = document.getElementById("meow").value!;
|
|
|
|
}
|
|
// This script gets input from text boxes
|