<html ng-app="">    
<head>  <!-- www.w3tr.com -->  
<title>angular.isString Örnek</title>    
<script SRC="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.13/angular.js">    
</script>    
    
</head>    
<body bgcolor="#ccc">  
<fieldset>  
<legend>angular.isString Örnek</legend>  
<script>    
  
var sourceObj1 = {'name' : 'Jimi'} ;  
var str = "www.w3tr.com";  
  
document.write(angular.isString(sourceObj1));    
document.write("<br/>");  
document.write(angular.isString(str));  
    
</script>  
</fieldset>  
</body>    
</html> 

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.