This file contains hidden or 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
var exames = [ | |
{type:"AUR", price:10}, | |
{type:"FOL", price:10}, | |
{type:"GLI", price:10}, | |
{type:"COL", price:30.92}, | |
{type:"USA", price:23.32}, | |
{type:"POT", price:48.13} | |
]; | |
var copy = exames.map( function( elem ) { |
This file contains hidden or 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
const items = [ | |
{ | |
nome:'exame 1', | |
valor: 10 | |
}, | |
{ | |
nome:'exame 2', | |
valor: 12 | |
}, |
This file contains hidden or 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
//Resizer - Responsive Design Bookmarklet | |
javascript:(function(){document.body.appendChild(document.createElement('script')).src='http://codebomber.com/jquery/resizer/resizer.min.js';})(); | |
//ish - yet another viewport resizer | |
bradfrostweb.com/demo/ish/?url=http%3A%2F%2Fbradfrostweb.com%2Fdemo%2Fish%2F | |
//Responsinator - Responsive Design Bookmarklet | |
javascript:location.href='http://www.responsinator.com/?url='+window.location.href | |
//RWD - Responsive Design Bookmarklet |