moved some files around

This commit is contained in:
Geir Okkenhaug Jerstad 2024-08-19 14:41:28 +02:00
parent c8446d5c93
commit 7ee0c5f323
6 changed files with 29 additions and 25 deletions

View file

@ -13,9 +13,6 @@
function start(){
triangle += "#"
document.getElementById('triangle').innerHTML += `<ul>${triangle}</ul>`
if (document.getElementById('triangle').innerHTML.length() == 5) {
console.log('Nice');
}
}
</script>
</body>