import{_ as n,c as s,a as e,o as t}from"./app-cMmQV7Pr.js";const o={};function l(p,a){return t(),s("div",null,a[0]||(a[0]=[e(`

环境搭建

使用nodejs直接运行

  1. 下载安装nodejs
  2. 创建一个js文件helloworld.js
var name="Alice";
console.log("Hello, " + name);
  1. 在命令行中输入如下命令
node helloworld.js
`,6)]))}const c=n(o,[["render",l],["__file","helloworld.html.vue"]]),i=JSON.parse('{"path":"/note/language/javascript/helloworld.html","title":"环境搭建","lang":"zh-CN","frontmatter":{},"headers":[{"level":2,"title":"使用nodejs直接运行","slug":"使用nodejs直接运行","link":"#使用nodejs直接运行","children":[]}],"git":{"contributors":[{"name":"thejinchao","username":"thejinchao","email":"thejinchao@gmail.com","commits":1,"url":"https://github.com/thejinchao"}]},"filePathRelative":"note/language/javascript/helloworld.md"}');export{c as comp,i as data};