https://egghead.io/lessons/react-a-beginners-guide-to-react-introduction
Name | |
---|---|
Marlene Guzman | [email protected] |
James Calcaben | [email protected] |
https://egghead.io/lessons/react-a-beginners-guide-to-react-introduction
Name | |
---|---|
Marlene Guzman | [email protected] |
James Calcaben | [email protected] |
/** | |
* @fileOverview | |
* Final Jeopardy algorithm for contestants to determine how much to bet in Final Jeopardy. | |
*/ | |
/** | |
* The determineBet function takes an array of player scores | |
* and an index into that array that allows us to determine the player's score. | |
* | |
* The assumption is that the player has 50% confidence that they'll get the |
function getNames(input) { | |
// Using the array index of map for the numbers | |
var map = [ | |
// 0 | |
[''], | |
// 1 | |
[''], | |
// 2 | |
['a', 'b', 'c'], | |
// 3 |
A Pen by Andy Terranova on CodePen.
Some fun pure CSS badge buttons. only 4 elements needed to render one of the badges!. no FF or IE becaus they block cross domain font loading :(
Forked from Brady Sammons's Pen Pure CSS Badges.
A Pen by Andy Terranova on CodePen.
A Pen by Andy Terranova on CodePen.