help with this code
-
!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. -
You are in luck!
You will find something which should get you to your answer HERE.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login