Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

comment on js multiples lines

<script>
    alert("Escribiendo comentarios multi-línea en javascript");
    /*
    alert("Esto no se ejecuta");
    alert("Esto no se ejecuta");
    alert("Esto no se ejecuta");
    alert("Esto no se ejecuta");
    alert("Y esto tampoco");
    Y este texto puede decir lo que yo quiera
    para acordarme de algo
    */
</script>
Comment

single line vs multiple line comment js

//single-line comment 
/*multiple-line comment
*/ 
//"Hello World"
Comment

PREVIOUS NEXT
Code Example
Javascript :: javascript etaretot 
Javascript :: experess Routing 
Javascript :: add html symbols with javascript 
Javascript :: how to check if .each first element 
Javascript :: how to add datepicker in appended input 
Javascript :: sqlite get row id after insert nodejs 
Javascript :: New year chaos solution 
Javascript :: descomponer un numero js 
Javascript :: form handling in next js 
Javascript :: firestore get first document in collection and delete it 
Javascript :: loopover iterate elements by name js 
Javascript :: limit frontend request 
Javascript :: how to generate password hash and a salt in nodejs 
Javascript :: javascript change color of button onclick 
Javascript :: cookies in electron 
Javascript :: create extern to be usable in c# 
Javascript :: How can I use a regex variable in a query for MongoDB 
Javascript :: add link in react table 
Javascript :: SH1 in react native 
Javascript :: regex placa de carro 
Javascript :: destructuring function nested parameters 
Javascript :: changetypeprofiles 
Javascript :: pushReplacement Method 
Javascript :: Using strings, the spread operator creates an array with each char in the string 
Javascript :: lwc format date js 
Javascript :: js watchFile 
Javascript :: Unable to delete directory react native 
Javascript :: mongoose lookup array of objects 
Javascript :: dotcms json parser 
Javascript :: node_modules is not generated in docker 
ADD CONTENT
Topic
Content
Source link
Name
6+9 =