About the Tech Team: Samantha's Code

Samantha is our resident coding queen bee. She writes the most efficient, most beautiful, and most confusing code this side of the server room.

Samantha's Code

She's got a love-hate relationship with semicolons.

View Projects

Example Code

        // This is some of Samantha's code, don't @ me
        var x = 0;
        while (x < 10) {
          console.log("I'm a coding queen!");
          x++;
        }
      
See More Code
Back to Samantha