분류 전체보기62 색상조합 사이트 어도비 컬러 CC - 보색 단색 조합 https://color.adobe.com/ko/create/color-wheel https://color.adobe.com/ko/create/color-wheel color.adobe.com pantone color finder - 올해의 색상 https://www.pantone.com/color-finder Find a Pantone Color | Quick Online Color Tool www.pantone.com design seeds - 자연스러운 색상 조합 https://www.design-seeds.com/ Home Page “All the flowers of all the tomorrows are in the seeds of today.” ~ Indi.. 2020. 8. 22. 웹디자인기능사 필기 2020. 6. 30. 함수 - 리턴 function 안의 var sum은 지역변수 sum, 전역변수 sum과 같지않다. 동명이인이다. return 구문은 함수에서 데이터가 나가는 구멍이다. 함수의 호출구문은 `return` 이후의 값으로 변신한다. 데이터는 오직 딱 1개만 리턴될 수 있다. 두번째 var sum은 전역변수 sum이다. plus(2, 4) 가 실행되면 6이 된다. plus(10, 20)가 실행되면 30이 된다. 2020. 6. 5. 함수 - 매개변수 var hello = function(mode) { } 와 function hello(mode) { } 는 같은 뜻 2020. 6. 5. 이전 1 2 3 4 ··· 16 다음