DragonFireGames
could it just be
function rect(w,h){
this.w = w;
this.h = h;
}
rect.prototype.area = function(){
return this.w * this.height;
}

and
var something = new rect(50,50); ?

what i'm saying is i don't really understand why you needed var obj = {};

    ackvonhuelio That works as well, I just prefer using obj. Also, it makes it easier to use getters and setters.

    Object.defineProperty(obj,"prop",{
        get: function(){return "value";},
        set: function(e){console.log(e);},
    });

    Also when it comes to AI, I made a tool which generates websites like this:

    a-recipe-for-pineapple-upside-down-cake-with-ingredients-steps-and-images.html
    115kB

      though, a virus doesn't have too much DNA, so perhaps one could AI engineer a virus, especially an RNA virus since those are smaller

      Hmm... A website on how too tame a fox and the style of the images should be... watercolor.
      would that work?

      I modified the prompt a bit and got this first attempt

      a-blog-post-on-my-attempt-to-tame-a-fox.html
      138kB

        Chat