Search:

Type: Posts; User: pompe2018

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    1,539

    Re: Whats wrong with my coding

    yeah i posted a new one i fixed this one but the new thread is the hardest fix i need help is there a easier way to chat ?

    --- Update ---

    please i need help need it done by tommorow
  2. Replies
    4
    Views
    1,539

    Re: Whats wrong with my coding

    Basically it is a app that calculates the cost of painting your room and I have started of with a prompt asking if they need help and if they say yes it gives them steps however i need to link a FAQ...
  3. Replies
    4
    Views
    1,539

    Whats wrong with my coding

    I cant get the FAQ bit in the alert to work its part of an assignment at college really need help asap



    var help = prompt("Do you need help?");
    if (help ==="yes"){
    myFunction();
    }

    else...
Results 1 to 3 of 3