Advertisement
Rofihimam

Untitled

Sep 3rd, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.46 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>Array As Objek Rofi'u Himam XI RPL 2</title>
  5.     <link href="BuatArray.css" rel="stylesheet" type="text/css"></link>
  6.     <link href="https://fonts.googleapis.com/css?family=Courgette&display=swap" rel="stylesheet">
  7. </head>
  8. <body>
  9.     <p id="objek">
  10.         <script>
  11.             var person = {firstName:"Mochammad", lastName:"Faisal", age:15};
  12.             document.getElementById("objek").innerHTML = person["firstName"];
  13.         </script>
  14.     </p>
  15. </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement