2
Guys I have this following js code:
var livro = {
ISBN : '978-85-7522-347-5',
titulo : 'Aprendendo a Desenvolver Aplicações Web',
preco : 83.00,
autor : 'Semmy Purewal'
};
And I need to write a Sort() expression to sort the vector books according to the price, decreasingly. Someone knows how I should proceed?
Thanks guys, you saved here, thank you!!!!
– Gustavo Brigagão