Search:

Type: Posts; User: Charlray

Search: Search took 0.09 seconds.

  1. Java Script error "was used before it was defined" ERROR - please help

    var playing = false;
    var score;
    var action;
    var timeremaining;

    //if we click on the start/reset
    document.getElementById("startreset").onclick = function () {
    "use strict";
    if...
  2. Replies
    1
    Views
    690

    Re: Javascript error code problem

    Ok I fixed this one now myself thank you
  3. Replies
    1
    Views
    690

    Javascript error code problem

    I keep getting the error code “use script” not defined.

    I know this needs adding but I don’t know where to put it. Can anyone help please? The problem is with the IF statement. I am new to Java...
Results 1 to 3 of 3