Skip to content

Instantly share code, notes, and snippets.

@oncet
oncet / javascript.json
Last active May 23, 2020 00:05
VS Code JS snippets
{
"Print to console": {
"prefix": "ll",
"body": [
"console.log('${1:name}', ${1:name});"
],
"description": "Log output to console"
},
"() => {}": {
"prefix": "arf",
@oncet
oncet / list.md
Last active April 1, 2021 00:54
nice food in caba, arg
<style>
:root {
--text-color-light: black;
--text-color-dark: white;
}
p {
color: var(--text-color-light);
}