[JavaScript]Learning JavaScript with VS-Code

Learning JavaScript with VS-Code

Download and install VS-Code

https://code.visualstudio.com/

Extensions to check operation

Live Server

Let’s create a project

index.html
<html>
<head>
	<meta charset="UTF-8">
</head>
<body>
	<h1>Hello HTML!!</h1>
	<script src="main.js"></script>
</body>
</html>

main.js
console.log("Hello JavaScript!!");

Operation confirmation

index.html > Open with Live Sever

投稿者: kinkun

保有資格 Salesforce Certified Platform App Builder T Salesforce Certified Platform Developer I Salesforce Certified Platform Developer II Salesforce Certified Administrator

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です