Advertisement
DvDty

Takeaway Price Sorter

Oct 2nd, 2019
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. let prices = []; $('.meal__price').each(function() {prices.push($(this).html());}); prices.sort();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement