|
|
|
|
|
by Rumudiez
2709 days ago
|
|
Getting around the DOM is really simple: querySelector and querySelectorAll do the work for you. Accessing properties of a known object is better handled with the selector pattern. I guess you might use BFS to implement a search feature for user-generated content on the fly? I don't think it's relevant to most FEDs roles making CRUD apps with backend searching APIs. |
|