Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    help with this code

    Help wanted · · · – – – · · ·
    2
    2
    32
    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 Desabelle
      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 Kilborn 1 Reply Last reply Reply Quote 0
      • Alan Kilborn
        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
        Copyright © 2014 NodeBB Forums | Contributors