Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/bradtraversy/vanillawebprojects/dom-array-methods/

index.html /cody/bradtraversy/vanillawebprojects/dom-array-methods/index.html
4 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
readme.md /cody/bradtraversy/vanillawebprojects/dom-array-methods/readme.md
7 Views
0 Comments
## DOM Array Methods

Project to teach high order array methods and DOM manipulation

## Project Specifications

- Fetch random
script.js /cody/bradtraversy/vanillawebprojects/dom-array-methods/script.js
3 Views
0 Comments
const main = document.getElementById('main');
const addUserBtn = document.getElementById('add-user');
const doubleBtn = document
style.css /cody/bradtraversy/vanillawebprojects/dom-array-methods/style.css
5 Views
0 Comments
* {
box-sizing: border-box;
}

body {
background: #f4f4f4;
font-family: Arial, Helvetica, sans-serif;
display: flex;