Skip to content

hwshim0810/faithsimple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

들여쓰기 문자 hardtab(tab 문자)

들여쓰기/띄어쓰기 예제 var printHello = function(parameter){ alert("Hello. " + parameter + "!"); };

$("#id").click(function(){
	printHello("World");
});

for (var i = 0; i < 10; i++){
	alert("Hello, " + i);
}

html 명명 규칙 class : apple-ball-22 id : apple_ball_22

javascript 명명 규칙 global variables / functions : _appleBall22 local variables / functions : appleBall22

html attribute, javascript string 표기시 겹따옴표("") 사용.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published