Advertisement
weeez

objektumok hívása miklósnak

Feb 20th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function getMonitorParams() {
  2.     return {
  3.         mWidth: window.innerWidth,
  4.         mHeight: window.innerHeight,
  5.         almafa: function(){
  6.             return {kortefa: function(){
  7.                 return "szia miki";
  8.             }}
  9.         }
  10.     };
  11. }
  12.  
  13. console.log(getMonitorParams().almafa().kortefa());
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement