JavaScript demonstration code for creating an object object and manipulating object attributes

From , 5 Years ago, written in JavaScript, viewed 69 times.
URL https://pastebin.vip/view/5b80dc30
  1. <script type="text/javascript">
  2. var myMovie = new Object();  
  3. myMovie.title = "Aliens";
  4. myMovie.director = "James Cameron";
  5. document.write("movie: title is \""+myMovie.title+"\"");
  6. </script>
  7.  
  8.  

Reply to "JavaScript demonstration code for creating an object object and manipulating object attributes"

Here you can reply to the paste above

captcha

https://burned.cc - Burn After Reading Website