10 lines
		
	
	
		
			326 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			326 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| 
								 | 
							
								---
							 | 
						||
| 
								 | 
							
								title: Multiply Two Numbers with JavaScript
							 | 
						||
| 
								 | 
							
								---
							 | 
						||
| 
								 | 
							
								# Multiply Two Numbers with JavaScript
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								JavaScript uses the `*` symbol for multiplication.
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    var product = 8 * 10; //product gets the value 80
							 | 
						||
| 
								 | 
							
								<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds  -->
							 |