Create object without prototype

An example showing how to create object without prototype using Tizen 2.3.
var obj = Object.create(null);

Responses

0 Replies