I hereby claim:
- I am lassiter on github.
- I am lassiter (https://keybase.io/lassiter) on keybase.
- I have a public key ASCTNvDpeW1DuSlG4fUK9oTp1xt9YWCs2ZY-xkGBF-wL6Qo
To claim this, I am signing this object:
. |
🚨*PRODUCTION* 🚨 | |
`candidco-web` Release `19.X.XX.X` available for review https://www.candidco.com | |
https://github.com/candidco/candidco-web/pull/<PR_NUMBER> | |
``` | |
``` |
I hereby claim:
To claim this, I am signing this object:
Player
, instantiates it, and assigns it to a global player
variable.Player
class contains four methods:
constructor()
playPause()
skipTo()
setVolume()
constructor()
method sets initial values for the currentlyPlaying
, playState
, volume
, and soundObject
properties.
currentlyPlaying
is set to the first item in album.songs
.playState
is "stopped"
.volume
is set to the number 80
.<script> | |
ga('ec:addProduct', { // Provide product details in an productFieldObject. | |
'id': 'P12345', // Product ID (string). | |
'name': 'Android Warhol T-Shirt', // Product name (string). | |
'category': 'Apparel', // Product category (string). | |
'brand': 'Google', // Product brand (string). | |
'variant': 'black', // Product variant (string). | |
'price': '29.20', // Product price (currency). | |
'coupon': 'APPARELSALE', // Product coupon (string). |