Skip to content

Repository files navigation

//const=바뀌지 않는 값 (계속 유지됨) const a=5; const b=2; const myName="yena"; alert("hi!"); console.log("yena's Js") //""도 ''도 사용 가능 "" 안에 들어가는 것은 문자가 됨 console.log(a+b); console.log(a*b); console.log(a-b); console.log(a/b); console.log("hello"+myName);

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages