JavaScript Tutorial 1 - JavaScript Comments and Variables

Publicado el: 28 mayo 2011
en el canal de: Struct Feed
961
10

JavaScript tutorial to write variables and comments in JavaScript. Variable names can contain letters, digits, underscore (_) and dollar sign ($). The names must start with a letter, underscore or a dollar sign.

Examples
var a = 9;
var employee_name = "john doe";

Comments:-

Single line comments begin with //, everything after until end of line is ignored
//this is a single line comment

Multi line comments begin with /* and end with */. Everything that comes in between is ignored.

/*
This is a multiline comment
*/


En esta página del sitio puede ver el video en línea JavaScript Tutorial 1 - JavaScript Comments and Variables de Duración hora minuto segunda en buena calidad , que subió el usuario Struct Feed 28 mayo 2011, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 961 veces y le gustó 10 a los espectadores. Disfruta viendo!