We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c14e74 commit 810f481Copy full SHA for 810f481
1 file changed
solutions/strings/index.js
@@ -1 +1,2 @@
1
-console.log('this is a string')
+const someString = 'this is a string'
2
+console.log(someString)
0 commit comments