I hereby claim:
- I am peteplays on github.
- I am iampete (https://keybase.io/iampete) on keybase.
- I have a public key ASBhNfnadpVYtPSaoMFvPJZsTfmSAxy1sZmIrgwUAP2fRwo
To claim this, I am signing this object:
| const colorArr = ['red', 'blue', 'green', 'orange']; | |
| const reduceArr = colorArr.reduce((accumulator, currentItem, currentIndex, entireArrayIteratingOn) => { | |
| accumulator.push(currentItem) | |
| return accumulator | |
| }, []) | |
| console.log(reduceArr) | |
| const reduceObj = colorArr.reduce((accumulator, currentItem, currentIndex, entireArrayIteratingOn) => { |
| <html> | |
| <head> | |
| <title>The To Do List</title> | |
| <style> | |
| #container { | |
| margin: 20px auto; | |
| width: 213px; | |
| } | |
| h1 { |
I hereby claim:
To claim this, I am signing this object:
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
| <meta name="PetePlays" content="Fun with elements"> | |
| <title>Position Fixed Col</title> | |
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> | |
| <style> |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.0/angular.min.js"></script> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width"> | |
| <title>Plays Angular</title> | |
| </head> | |
| <body ng-app='app'> | |
| <div ng-controller='cont'> |