<html ng-app="">
<head> <!-- www.w3tr.com -->
<title>angular.isUndefined Örnek</title>
<script SRC="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.13/angular.js">
</script>
</head>
<body bgcolor="#ccc">
<fieldset>
<legend>angular.isUndefined Örnek</legend>
<script>
var sourceObj1;
var str = "www.w3tr.com";
document.write(angular.isUndefined(sourceObj1));
document.write("</br>");
document.write(angular.isUndefined(str));
</script>
</fieldset>
</body>
</html>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.