handlers.js
import { config } from "./constants"
export const handleKeyPress = (term, state) => {
return (name, data, matches) => {
let key = String.fromCharCode(data.code)
if (key === 'G' || key === 'g') {
state.gold++
}
}
}
const data = {
code: 0
}
Привет, никак не могу решать даний етап
handleKeyPress (term, state) ({}, {}, {code: 71}) должна увеличивать state.gold на 1. То же самое для кода 103. здесь ошибка