본문 바로가기
반응형

분류 전체보기166

프로그래머스 : JavaScript 알고리즘 100일 챌린지 3일차 프로그래머스 : JavaScript 알고리즘 100일 챌린지 3일차 프로그래머스 : https://school.programmers.co.kr/learn/challenges/training?order=acceptance_desc 유트브 참고 : https://www.youtube.com/watch?v=RMmOU2u-_as&list=PLkfUwwo13dlWZxOdbvMhkzhAowaiEjuGS 코딩테스트 입문 Day3 1. 나머지 구하기 : 정수 num1, num2가 매개변수로 주어질 때, num1를 num2로 나눈 나머지를 return 하도록 solution 함수를 완성해주세요. function solution(num1, num2) { var answer = -1; return answer; } 길라잡이.. 2023. 5. 18.
프로그래머스 : JavaScript 알고리즘 100일 챌린지 2일차 프로그래머스 : JavaScript 알고리즘 100일 챌린지 2일차 프로그래머스 : https://school.programmers.co.kr/learn/challenges/training?order=acceptance_desc 유트브 참고 : https://www.youtube.com/watch?v=RMmOU2u-_as&list=PLkfUwwo13dlWZxOdbvMhkzhAowaiEjuGS 코딩테스트 입문 Day2 1. 두 수의 나눗셈 : 정수 num1과 num2가 매개변수로 주어질 때, num1과 num2로 나눈 값에 1,000을 곱한 후 정수 부분을 return 하도록 soltuion 함수를 완성해주세요. function solution(num1, num2) { var answer = 0; retu.. 2023. 5. 17.
패럴랙스 이펙트(Parallax Effect) : 리빌 효과 패럴랙스 이펙트(Parallax Effect) : 리빌 효과 수업 시간에 배운 내용을 복습하면서 해보겠습니다. 코드 보기(HTML, JAVASCRIPT / CSS1 / CSS2) / 완성화면 코드 블럭 Javascript parallax Effect07 패럴랙스 이펙트 : 리빌 효과 1 2 3 4 5 6 7 01 Section01 삶이 있는 한 희망은 있다. 02 Section02 산다는것 그것은 치열한 전투이다. 03 Section03 언제나 현재에 집중할수 있다면 행복할것이다. 04 Section04 신은 용기있는자를 결코 버리지 않는다. 05 Section05 먼저 자신을 비웃어라. 다른 사람이 당신을 비웃기 전에 06 Section06 한번의 실패와 영원한 실패를 혼동하지 마라. 07 Sectio.. 2023. 5. 17.
프로그래머스 : JavaScript 알고리즘 100일 챌린지 1일차 프로그래머스 : JavaScript 알고리즘 100일 챌린지 1일차 프로그래머스 : https://school.programmers.co.kr/learn/challenges/training?order=acceptance_desc 유트브 참고 : https://www.youtube.com/watch?v=RMmOU2u-_as&list=PLkfUwwo13dlWZxOdbvMhkzhAowaiEjuGS 코딩테스트 입문 Day1 1. 두 수의 합 : 정수 num1과 num2가 주어질 때, num1과 num2의 합을 return하도록 soltuion 함수를 완성해주세요. function solution(num1, num2) { var answer = -1; return answer; } 길라잡이 변수 answer의 데.. 2023. 5. 16.
2023 웹디자인 기능사 실기 E-4 유형 2023 웹디자인 기능사 실기 E-4 유형 HTML : https://github.com/dongjin6539/web2023/blob/main/webd/siteE_4/index.html CSS : https://github.com/dongjin6539/web2023/blob/main/webd/siteE_4/css/style.css SCRIPT.JS : https://github.com/dongjin6539/web2023/blob/main/webd/siteE_4/script/script.js HTML 철길 마을 철길 마을 마을 소개 마을 유래 볼거리 찾아오시는 길 주변 맛집 빵집 간장게장 중국음식점 횟집 주변 여행지 은파호수공원 초원사진관 월명공원 진포해양공원 도움 마당 교통정보 주변 주차장 자료실 자료마.. 2023. 5. 15.
2023 웹디자인 기능사 실기 C-4 유형 2023 웹디자인 기능사 실기 C-4 유형 HTML : https://github.com/dongjin6539/web2023/blob/main/webd/site3/index.html CSS : https://github.com/dongjin6539/web2023/blob/main/webd/site3/css/style.css SCRIPT.JS : https://github.com/dongjin6539/web2023/blob/main/webd/site3/script/script.js HTML Vallery Festival 축제소식 Festival 소개 행사장 안내 조직위원회 오시는 길 예약안내 Festival 소개 행사장 안내 조직위원회 오시는 길 아티스트 Festival 소개 행사장 안내 조직위원회 오시는.. 2023. 5. 14.
반응형