--- id: 4226bcc9-90e2-4324-9e72-d38000dacf3a title: JavaScript Addition Operator --- # Syntax ``` javascript console.log(100+4) ```