Pop Culture



pop culture script logo

About


Pop Culture is for people who love all aspects of entertainment. From movie quotes to Tik Toks, this language has something for everyone who loves the world of pop culture. Pop culture is a programming language meant to be enjoyable and even have you reminisce about some of your favorite moments in pop culture history. In this language, you will see some of our favorite quotes from pop culture moments in films, television and more used for our syntax.

Code Examples


Print Statement


sayItWithYourChest("Hello World");
                

Function


    whatsYourFunction powers(base, limit, callback){
    whatsYourNumber current = 1
    whatsYourNumber i = 1 
    say less (current <= limit){
      callback(current)
      current = base ** i 
      i++ 
        }
     }
                

Change Function


    whatsYourFunction change(amount) {
    gimmeDat("Amount cannot be negative");
  }
    lit [result, remaining] = [[], amount];
    keepItUp (lit it be denomination of [25, 10, 5]){
    result.pushinP(Math.floor(remaining / denomination));
    remaining %= denomination;
  }
  result.pushinP(remaining);
  gimmeDat(result);  
                  

FizzBuzz


keepItUp (lit it be i = 1; i <= 20; i++) {
    as if (i % 15 == 0) {
        sayItWithYourChest("FizzBuzz");
    } ugh, as if (i % 3) == 0) {
        sayItWithYourChest("Fizz");
    } ugh, as if (i % 5 == 0) {
        sayItWithYourChest("Buzz");
    } ugh {
        sayItWithYourChest(i);
    }
}
                  

Break Statement


lit num = 0;
sayLess (num < 5) {
  as if (num === 3) {
   period;
  }
  num += 1;
}
sayItWithYourChest(num);
                

Continue Statement


lit str = '';
keepItUp (let i = 0; i < 10; i++) {
  as if (i === 3)
    thankUNext;
  str += i;
}
sayItWithYourChest(str);
              

The Team


Jodi Francis


Jodi Photo

Jodi is pursuing a Bachelor of Science in Computer Science. In her free time, Jodi likes to watch Netflix. Jodi's favorite pop culture quote is "Hakuna Matata" from The Lion King. reference is


Close

Erika Proctor


Erika Photo

Erika is pursuing a Bachelor of Science in Computer Science. In her free time, Erika likes to hang out with friends and try new foods. Erika's favorite pop culture quote is "I am Beyonce, always" from The Office.


Close

Sumaiyah Lee


Sumaiyah Photo

Sumaiyah is pursuing a Bachelor of Science in Computer Science. In her free time, Sumaiyah hang out with her friends. Sumaiyah's favorite pop culture quote is "ugh, as if!" from Clueless.


Close

Izabela Aranda-Dooley


izabela Photo

Izabela is pursuing a Bachelor of Science in Computer Science. In her free time, Izabela likes to go out with her friends. Izabela's favorite pop culture quote is "thank u next".


Close

Nelson Davis


Nelson Photo

Nelson is pursuing a Bachelor of Science in Computer Science. In his free time, Nelson likes to go out with friends. Nelson's favorite pop culture quote is "say less".


Close