Skip to content

Instantly share code, notes, and snippets.

View MSerj's full-sized avatar

Mitu Sergiu MSerj

View GitHub Profile
@MSerj
MSerj / js_features.js
Last active March 16, 2020 08:08
Some js feature
// 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!' }
@MSerj
MSerj / focus_mk4_actions.txt
Created May 8, 2025 17:45
Focus MK4 Actions
-----------Сброс интервала масла-----------
Включить зажигание, нажать газ и тормоз, подержать 30 сек, убрать ноги с педалей, выключить зажигание
-----------Как прописать АКБ---------
Включить зажигание, моргать 5 раз дальним, 3 раза нажать тормоз, ждать 5-10 секунд пока не заморгает аккум на приборной панели, выключить зажигание.