Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

4.7.1. The String Operator +¶

/*Let's compare + used with numbers to + used with strings.*/

console.log(1 + 1);
console.log("1" + "1");

//2
//11
Comment

4.7.1. The String Operator +¶


'3' + 4 + 5;

Comment

PREVIOUS NEXT
Code Example
Javascript :: 4.8.3. Critical Input Detail¶ 
Javascript :: 5.3.1.1. Logical AND¶ 
Javascript :: how to toglle button in viewjs 
Javascript :: jquerry shorthand for fetch 
Javascript :: bjsmasth delete 
Javascript :: google script isnan 
Javascript :: event pooling in react/event.persist/using async function in event callback 
Javascript :: ghjghj 
Javascript :: how to shorten billion in javascript 
Javascript :: angular escape style attr 
Javascript :: vs code { key to to go brace 
Javascript :: broadcast channel mdn 
Javascript :: url builder angularjs 
Javascript :: Uso mixto de comillas simples 
Javascript :: browserify call bundeled function 
Javascript :: fastselect clear select 
Javascript :: localstorage API JS get Item 
Javascript :: Coin toss with JavaScript and HTML 
Javascript :: js match property 
Javascript :: modulos nodejs 
Javascript :: angular copy folder to dist 
Javascript :: fat arrow return object 
Javascript :: bootstrap off canvas not working 
Javascript :: js find selected input 
Javascript :: agora token Renewal 
Javascript :: k6 control a live k6 test 
Javascript :: what is the purpose of the super(props) method in React 
Javascript :: angular rxjs-compat is uptodate 
Javascript :: xpath last node 
Javascript :: convert javascript function to typescript online 
ADD CONTENT
Topic
Content
Source link
Name
2+3 =