what is amd module used for code example
Example: what is amd module used for
AMD provides some CommonJS interoperability. It allows for using a similar exports and require() interface in the code, although its own define() interface is more basal and preferred.