<script>var observable =newkendo.data.ObservableObject({name:"John Doe"});/* The result can be observed in the DevTools(F12) console of the browser. */console.log(observable.uid);// outputs "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" where "x" is a number or letter</script>