mirror of
				https://github.com/flynx/Course-JavaScript.git
				synced 2025-10-31 20:10:08 +00:00 
			
		
		
		
	cleanup and more links...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
		
							parent
							
								
									102db512c3
								
							
						
					
					
						commit
						ea8338fcc3
					
				| @ -62,7 +62,7 @@ | |||||||
| 	var exp = .42e2 | 	var exp = .42e2 | ||||||
| 
 | 
 | ||||||
| //
 | //
 | ||||||
| // But note that these are just different notations and all of the 
 | // But note that these are just different notations, and all of the 
 | ||||||
| // above resolve to the same number.
 | // above resolve to the same number.
 | ||||||
| //
 | //
 | ||||||
| 
 | 
 | ||||||
| @ -89,7 +89,6 @@ | |||||||
| // For more details see:
 | // For more details see:
 | ||||||
| // 	- https://en.wikipedia.org/wiki/IEEE_754-2008_revision
 | // 	- https://en.wikipedia.org/wiki/IEEE_754-2008_revision
 | ||||||
| // 	- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER
 | // 	- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER
 | ||||||
| // 	XXX
 |  | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| // Strings
 | // Strings
 | ||||||
| @ -100,7 +99,8 @@ | |||||||
| 		this can include \\n's | 		this can include \\n's | ||||||
| 		also summorts expansions ${ '.' }` | 		also summorts expansions ${ '.' }` | ||||||
| 
 | 
 | ||||||
| // XXX a note on template strings
 | // That last sting is an example of string interpolations, for more info 
 | ||||||
|  | // see: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| // Booleans
 | // Booleans
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user