😁Mini Website with TypeScript, compile file ts chạy thời gian thực (ok)
Example 1
const printMe = () => {
return console.log("Hello World a1133")
}<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<button onclick="printMe()">Click here </button>
<script src="dist/scripts/main.js"></script>
</body>
</html>Example 2
TypeScript is JavaScript with syntax for types.
PreviousCách để khai báo 1 prop không được chấp nhận hoặc cảnh báo không tồn tại Full (ok)Next😍 Không hiểu tại sao khi sử dụng nodemon.json nó mới chạy được?
Last updated