Skip to content

Instantly share code, notes, and snippets.

@irian-codes
irian-codes / index.html
Last active April 21, 2020 00:32
HTML with JavaScript that grows a list dynamically every time arr.push() is called.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>JS dynamic list grow</title>
</head>
<body>
<h1>DYNAMIC LIST</h1>