function ugly() { const dictWithSeveralEntries = { key: "value", anotherKey: "another value", firstNumber: 1, secondNumber: 2, }; }