- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpme-object.html
More file actions
Latest commit
21 lines (17 loc) · 472 Bytes
/
Copy pathpme-object.html
File metadata and controls
21 lines (17 loc) · 472 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<htmllang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<metacharset="utf-8" />
<title>Properties, Methods, and Event of an Object</title>
<scripttype="text/javascript">
document.writeln("Properties, Methods, and Event of an Object ");
document.writeln();
for(varpmeindocument)// or window object
{
document.write(pme+"</br>");
}
</script>
</head>
<body>
</body>
</html>