statements

  • Hello Guest! Welcome to ConsoleCrunch, to help support our site check out the premium upgrades HERE! to get exclusive access to our hidden content.
  • Unable to load portions of the website...
    If you use an ad blocker addon, you should disable it because it interferes with several elements of the site and blocks more than just adverts.
  • Read Rules Before Posting Post Virus Scans with every program.
  1. Oblivion

    [JS] Using if else statements

    A simple example on how to use the if and else statements in JavaScript. You will need at least some knowledge of JavaScript if you want to use this example. Example // var input = 'somethings_not_right'; var input = 'something_here'; if (input === 'something_here') { return...
  2. Oblivion

    [JS] Try & Catch statements

    Try and Catch statement example. You will need at least some knowledge of JavaScript if you want to use this example. Example try { //Try statement lets you test your code for errors console.log('Hello'); } catch (err) { //Catch statement "catches" any errors from your try statement...
General chit-chat
Help Users
  • No one is chatting at the moment.
    Chat Bot: Thehappy has posted a new reply in the thread "Console ID #8660".