let nextId = 1; export default function getId(name){ return name + nextId++; }