Taglines
Famous Businesses
Fictional
Code
Pambansa
100

Tugstugan Na!

Barangay LS 97.1

100

Social Network. Blue Logo. F.

Facebook

100

Father of Thor and Loki

Odin
100

what is the function to Converts a decimal number to a binary number?

decbin()

100

Pambansang Hayop

Kalabaw

200

Pasalubong ng Bayan

Dunkin Donuts

200

E-commerce. Cloud Computing. Space Travel

Amazon

200

A jumping plumber wearing a red shirt

Mario

200

 Which method in a React Component should you override to stop the component from updating?

shouldComponentUpdate()

200

Pambansang Laro

Sipa

300

In the service of the Filipino People

ABS-CBN

300

Electronics. Korean. Screens. 

Samsung

300

Small yellow creature with a lot of electricity

Pikachu

300

<!DOCTYPE html>
<html>
<body>

<?php
$color = "red";
echo "My car is " . $color . "<br>";
echo "My house is " . $COLOR . "<br>";
echo "My boat is " . $coLOR . "<br>";
?>

</body>
</html>

-- In the output, what are the words before "red?"

"My car is" red


300

Pambansang Sasakyan

Kalesa

400

Feel it. Love it.

Ayala

400

Elon Musk. Solar Panels. Green Logo

Solar City

400

A very good swordsman who has a black cape and needs a mask to keep breathing. 

Darth Vader

400

What is the output?

var a={},
    b={key:'b'},
    c={key:'c'};

a[b]=123;
a[c]=456;

console.log(a[b]);

The output of this code will be 456 (not 123).

400

Philippine National Gem 

South Sea Pearls

500

Together We Grow

AICA (Altas)

500
Cars. Food. Taxi. 

Grab

500

A queen with incest relationship with brother

Cersei Lannister

500

var length = 10;
function fn() {
    console.log(this.length);
}

var obj = {
  length: 5,
  method: function(fn) {
    fn();
    arguments[0]();
  }
};

obj.method(fn, 1);

10
2

500

Philippine National Motto

Maka-Diyos, Maka-Tao, Makakalikasan, at Makabansa (For the Love of God, People, Nature and Country)

M
e
n
u