05-27-2019, 11:28 AM
(This post was last modified: 09-01-2022, 01:08 AM by Fearless Community. Edited 3 times in total.
Edit Reason: Fixed Encoding
)
How do I make it possible for a user of the site to input the values?
I get I have to use <input> with a form but I can't get the js to reference the name, id or action.
Is php the solution?
If I can get help solving this I will give whoever solves it 150,000$ ig
I have tried 2 days now on and off.
I get I have to use <input> with a form but I can't get the js to reference the name, id or action.
Is php the solution?
Code:
<html><body><script>
var height = 140
var storySize = 2.8
var getStories = function(storyCount){
storyCount = height / storySize
console.log("The height of the building is " + height + "m")
console.log("The building has " + Math.trunc(storyCount) + " stories")
console.log("the height of each story is " + storySize +"m")
getStories()
</script>
</body>
</html>
I have tried 2 days now on and off.
Systems with low or shallow player-to-player interaction erode the social dynamics that keeps FL interesting.