Please login to start chat

ICT Solutions 13 Jun 2022, 19:52:37
Category : JavaScript Tutorials

Objects (JS Arrays)

<!DOCTYPE html>
<html>
<head>
<title>JavaScript Code Testing</title>
</head>
<body>
<p id = "demo"></p>
<script>
var myName = {firstName : "Thet", middleName : "Naing", lastName : "Win"};
document.getElementById("demo").innerHTML = myName.firstName;
</script>
</body>
</html>

Comments:

No comment to show.

Available Services
Download Android Application