Shaarli NicolasMD !
Tag cloud
Picture wall
Daily
Plugins
  • ► Play Videos
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
Note: Javascript Aprende Programando /shaare/xaTMQg
21/10/2016 20:22:15
<!DOCTYPE html>
<html>
<head>
    <title></title>
</head>
<body>
<script type="text/javascript">
    "use strict";

    var acme = {
        emlpeado : {
            ojos: "verdes",
            pelo: "negro",
        },
        colorPelo: function() {
            console.log(this.emlpeado.pelo);
        },
        colorOjos: function() {
            console.log(this.emlpeado.ojos);
        },
        init: function() {
            this.colorOjos();
            this.colorPelo();
        }
    }

    // acme.emlpeado.ojos = 'negros';
    acme.init();

</script>
</body>
</html>
javascript
3727 links, including 251 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn