low-perry
low-perry
After reading the [A-FRAME](https://aframe.io/docs/1.6.0/components/animation.html) docs, for animation, the following changes need to be made: ```HTML ```
@Josh-Cena, I added another file here to document the `getCapabilities()` method. I upgraded the code example because the previous one was throwing errors. Also, the properties of the `MediaTrackCapabilities` need...
@bsmth Thank you!
I think @zhayes84 , could give more details about his issue? Cause the only difference between the [tutorial](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/First_steps/A_first_splash) and the [final code](https://github.com/mdn/learning-area/blob/main/javascript/introduction-to-js-1/first-splash/number-guessing-game.html) is the style chosen. ```JavaScript //line1 guesses.textContent =...