alexakfk / wordle

Trying to code a Wordle Clone
0 stars 0 forks source link

DOM: Document Object Model #2

Closed lorecrafting closed 2 years ago

lorecrafting commented 2 years ago

I'd familiarize yourself with the Document Object Model: https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model/Introduction

It's basically the browsers API and different things you can do to interface with it.

This topic is worth using multiple resources to research and learn from.

alexakfk commented 2 years ago

Thank you! Will definitely get more familiar with the DOM, and some of the properties I might be able to use.

lorecrafting commented 2 years ago

💯