Closed bookofbash closed 4 months ago
Thanks a lot for the suggestion, but I'm going to close this one in favor of https://github.com/mdn/learning-area/pull/739. We can access x
and y
values without parsing the text like lines.find...
, does that make sense?
Thanks! 🙌🏻
MDN URL
https://developer.mozilla.org/en-US/docs/Learn/JavaScript/First_steps/Math What specific section or headline is this issue about?
Active learning: sizing a canvas box What information was incorrect, unhelpful, or incomplete?
When changing values of X and Y in the code, I was expecting the string below the canvas to update to the new X and Y values. But they always show: "The rectangle is 50px wide and 50px high." What did you expect to see?
I was expecting for it to update when the values were changed in each exercise Do you have any supporting links, references, or citations?
No response Do you have anything more you want to share?
No response MDN metadata Page report details
Pull request to answer: #33540 The text now changes with user input.