[JavaScript] DOM - Find a DOM Node
How would you implement getElementsByAttribute?
HTML
<!DOCTYPE html>
<html>
<head>
<title>The DOM is cool</title>
<script type="text/javascript" src="activity.js"></script>
</head>
<body>
<h1 class="header">The DOM is cool for man...
jaydenjpark.hashnode.dev1 min read