jeffalo — 10/30/2021, 9:12:47 AM

why is not roblox

♥ 12 ↩ 1 💬 10 comments

comments

doey:

why are the idiots in the comments posting code of why roblox is not roblox??

10/31/2021, 1:10:17 AM
misapuding:

IDK, but it was probably started by me cause I didn’t know that roblox is down so I simply wrote that “why” rlly doesn’t equal “roblox” and it probably inspired all these ppl :/

10/31/2021, 8:53:59 PM
wynd:
function isNotRoblox(roblox){
  return roblox ? false : true;
}
10/30/2021, 12:59:04 PM
jeff:

ik how to refactor that code to make it better

function isNotRoblox(roblox){
  if(roblox == true) {
    return true
  }
  if((roblox == true) == false){
    return false
  }
  return true
}
10/30/2021, 3:13:26 PM
wynd:
export default async function isNotRoblox(){
  let roblox = await fetch('https://roblox.com');
  roblox = await roblox.catch(error => return false);
  roblox = roblox ? true : false;
  return new Promise( async (res, reg) => {
    if (roblox == true){
      return res(true);
    } else if (roblox == false){
      await res(false);
      return reg({ ok: false });
    };
  });
};
10/30/2021, 4:08:18 PM
jeff:
export default async function isNotRoblox(){
  let roblox = await fetch('https://roblox.com');
  roblox = await roblox.catch(error => return false);
  roblox = roblox ? true : false;
  return new Promise( async (res, reg) => {
    let ret = isNotTrue(roblox)
    if(ret.toStirng() == 'true'){
     return true}else{
return false}
  });
};

function isNotTrue(val){
  if(val && (val && val){
    return opposite(val)
}else{
    return false
}
}

function opposite(val){
  if(val){
    return false
  }else {
    return opposite(val)
  }
}
10/30/2021, 5:10:30 PM
jeff:

no need to tahnk me

10/30/2021, 3:13:37 PM
wynd:

what have i done

10/30/2021, 4:08:43 PM
wasteof_time:
def weest():
  if why != roblox:
     return True
10/30/2021, 11:33:02 AM
misapuding:

boolean(why != “roblox”)

-> true

10/30/2021, 9:33:19 AM