This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// conditional add prop | |
const user = { id: 100, name: 'Howard Moon' } | |
const password = 'Password!' | |
const userWithPassword = { | |
...user, | |
id: 100, | |
...(password && { password }) | |
} | |
userWithPassword //=> { id: 100, name: 'Howard Moon', password: 'Password!' } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-----------Сброс интервала масла----------- | |
Включить зажигание, нажать газ и тормоз, подержать 30 сек, убрать ноги с педалей, выключить зажигание | |
-----------Как прописать АКБ--------- | |
Включить зажигание, моргать 5 раз дальним, 3 раза нажать тормоз, ждать 5-10 секунд пока не заморгает аккум на приборной панели, выключить зажигание. |
OlderNewer