-
Checkr
- Fort Collins, CO
- https://t3h2mas.xyz
Block or Report
Block or report t3h2mas
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
1
class Burrito {
2constructor(carb, protein, salsa, cheese = null, guac = False) {
3this.carb = carb;
4this.protein = protein;
5this.salsa = salsa;
-