JavaScript once had a JSX-like syntax called E4X

In many cases, the node that you’re interested in is not the direct child of the top XML element. Instead, it may be nested several levels down. You can access nodes at any depth using the.. operator, or by using the descendants property. For instance… Read more

Similar

JavaScript Party 113: Fullstack D3

The State of JS 2019 survey left many in awe of the beautifully rendered line graph created by Amelia Wattenberger. So we’ve brought her on JS Party to discuss how she built it! We’ll chat about all things D3, a JavaScript library for creating data visual... (more…)

Read more »