home.js 93 B

12345
  1. window.homeStrandObj = {
  2. display: function(){
  3. console.log("Home strand");
  4. }
  5. }