Initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Concat - Happy Codings :-) JavaScript Code Examples</title>
|
||||
<script type = "text/javascript">
|
||||
|
||||
var aObject = ["A", "B", "C", "D"];
|
||||
|
||||
for (var i = 0; i < aObject.length; i++) {
|
||||
document.write(aObject[i]);
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user