코드블럭

티스토리 · 2019. 9. 13. 19:30
<!DOCTYPE html>
<html>
	<head></head>
	<body></body>
</html>
var value = 3
if (value >= 3) alert('value is 3')