We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e38559d commit 9ed98acCopy full SHA for 9ed98ac
js/README.md
@@ -0,0 +1,9 @@
1
+# JavaScript Snippets
2
+
3
+## Console
4
5
+### [jscl] console.log
6
7
+```javascript
8
+console.log(${1:obj});
9
+```
0 commit comments