fullstack-hy2020 / fullstack-hy2020.github.io

https://fullstack-hy2020.github.io
Other
1.53k stars 3.84k forks source link

Update part3a.md #3776

Open sourcyed opened 4 weeks ago

sourcyed commented 4 weeks ago

Changed the "important: Boolean(body.important) || false," part to "important: Boolean(body.important)," since the last part was redundant.