mirror of
				https://github.com/flynx/Course-JavaScript.git
				synced 2025-10-31 20:10:08 +00:00 
			
		
		
		
	Merge branch 'master' of github.com:flynx/Course-JavaScript
This commit is contained in:
		
						commit
						36b4f1f700
					
				| @ -191,7 +191,7 @@ | |||||||
| 
 | 
 | ||||||
| 	[42] instanceof Array // -> true
 | 	[42] instanceof Array // -> true
 | ||||||
| 
 | 
 | ||||||
| // but since all objects are objects the test can get quite generic (XXX)
 | // but since all objects are objects the test can get quite generic
 | ||||||
| 
 | 
 | ||||||
| 	[42] instanceof Object // -> true
 | 	[42] instanceof Object // -> true
 | ||||||
| 	{} instanceof Object // -> true
 | 	{} instanceof Object // -> true
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user