UNPKG

xmlplus

Version:

A JavaScript framwork for developing projects efficiently.

11 lines 283 B
<!DOCTYPE html> <html> <head> <script src="../../../../xmlplus.js"></script> <script> var result = xp.extend({key1: "hello"},{key2: "world"}); console.log(result); // {key1: "hello, key2: "world"}; </script> </head> <body></body> </html>