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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function getNames(input) { | |
// Using the array index of map for the numbers | |
var map = [ | |
// 0 | |
[''], | |
// 1 | |
[''], | |
// 2 | |
['a', 'b', 'c'], | |
// 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @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 |
https://egghead.io/lessons/react-a-beginners-guide-to-react-introduction
Name | |
---|---|
Marlene Guzman | [email protected] |
James Calcaben | [email protected] |