Forum Discussion

ForbinCSD's avatar
ForbinCSD
Contributor
4 years ago

Difference between properties and accessors in Nashorn Javascript Engine

Summary: in the JavaScript snaps, what is the difference between doc.get(“something”) and doc[“something”] ?? Details and Background: I am very well-versed in C++, SQL, and a smattering of other ...