Community
    • Login

    help with this code

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    2 Posts 2 Posters 146 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Alyssa DesabelleA
      Alyssa Desabelle
      last edited by

      !DOCTYPTYPE html>
      <html>
      <body>
      <p id=“Counting”></p>
      <script>
      document.getElementById(“Counting”).inner.HTML = Count();
      function Count(){
      var Starting_Point = 9;
      function Plus_one(){Starting_Point + = 1;}
      Plus_one();
      return Starting_Point;
      }
      </script>
      </body>
      </html>
      i don’ t understand whats wrong with my code. when i run it it will come out plain in google chrome.

      Alan KilbornA 1 Reply Last reply Reply Quote 0
      • Alan KilbornA
        Alan Kilborn @Alyssa Desabelle
        last edited by

        @Alyssa-Desabelle

        You are in luck!
        You will find something which should get you to your answer HERE.

        1 Reply Last reply Reply Quote 1
        • First post
          Last post
        The Community of users of the Notepad++ text editor.
        Powered by NodeBB | Contributors