DEV Community

Discussion on: Node JS vs PHP

Collapse
 
rehmatfalcon profile image
Kushal Niroula

Just curious, how did you use associative arrays in js? As far as I know, js does not have an associative array. The closest thing is to use objects to simulate it. Did you use objects for that?

Collapse
 
michi profile image
Michael Z • Edited

You can use Map or objects depending on your use case.