Ad
Code
Diff
  • const returnhundred = () => 100;
    • function returnhundred() {
    • let P = "B"
    • let O = "="
    • let r = "="
    • let N = "D"
    • if (P+O+r+N === "B==D") {
    • return 100
    • }
    • }
    • const returnhundred = () => 100;