showing results for - "log command console node"
Sara
11 Sep 2017
1JScopyconst x = 'x'const y = 'y'console.log(x, y)
2