Похожие чаты

Const obj = () => { return { name: "sky",

author: "me" }
};
this will make more sense???

4 ответов

14 просмотров

const obj = () => ({ name: "sky", author: "me" }); This is minified version of this

progmatic99- Автор вопроса
progmatic99- Автор вопроса

Похожие вопросы

Карта сайта