You've managed to get to Summerian Packing Hacking 202, the most prestigious hacking competition of the year!
But don't get too cocky, the competition has just started. You're currently at Level 1, and you'll need to get through 9 more levels to reach the coveted Golden Packing Cube.
Here are your current stats:
Level: 1/10
Points: 0
Packing Speed: 0.5 seconds per item
Accuracy: 50% (you're really bad at this)
Move on to Level 2
// Example packing code for Level 1
//
var pack = {
'item1': {'name': 'Towel', 'weight': 1},
'item2': {'name': 'Toothbrush', 'weight': 0.5},
'item3': {'name': 'Packing Cube', 'weight': 2}
};
//
function packItem(item) {
// Packing logic goes here
}