jQuery :제이쿼리

JQuery JQuery UI JQuery Mobile QUnit 제이쿼리 강좌 [embedyt] https://www.youtube.com/embed?listType=playlist&list=PLuHgQVnccGMDTAQ0S_FYxXOi1ZJz4ikaX[/embedyt] https://www.youtube.com/watch?v=6FnkGKYK6iQ JQuery ui jQuery jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library jQuery

[Javascript] 왕초보 배우기

https://www.w3schools.com/js/default.asp   http://eloquentjavascript.net/?ref=hackr.io   https://hackr.io/tutorials/learn-javascript   https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/?ref=hackr.io     https://github.com/search?q=javascript   https://github.com/search?l=JavaScript&o=desc&p=2&q=javascript&s=&type=Repositories

Vue.js

          https://kr.vuejs.org/v2/guide/index.html   https://vuejs.org/ https://github.com/vuejs/vue-devtools#vue-devtools   https://www.vuemastery.com/courses/intro-to-vue-js/vue-instance/ http://vuejs.kr/      

Angular JS

  [embedyt] https://www.youtube.com/watch?v=EklH54kysps[/embedyt]     https://angularjs.org/ https://angular.io/   https://ajax.googleapis.com/ajax/libs/angularjs/1.7.8/angular.min.js bower install angular#1.7.8 npm install angular@1.7.8     https://www.inflearn.com/course/angular-앵귤러-강좌/    

React.js

[embedyt] https://www.youtube.com/embed?listType=playlist&list=PLuHgQVnccGMCRv6f8H9K5Xwsdyg4sFSdi[/embedyt]   https://www.opentutorials.org/module/4058   https://ko.reactjs.org/ https://reactjs.org/ https://www.w3schools.com/react/    

Express.js

  [embedyt] https://www.youtube.com/embed?listType=playlist&list=PLuHgQVnccGMAGOQu8CBDO9hn-FXFmm4Wp[/embedyt] https://opentutorials.org/course/3370 https://github.com/web-n/Nodejs   http://expressjs.com/   [embedyt] https://www.youtube.com/watch?v=1zQcgIwmQKE[/embedyt]

Node.js

[embedyt] https://www.youtube.com/embed?listType=playlist&list=PLuHgQVnccGMA9QQX5wqj6ThK7t2tsGxjm[/embedyt]   [embedyt] https://www.youtube.com/embed?listType=playlist&list=PLuHgQVnccGMBnrdKRODJmbH7UZ2A48LBK[/embedyt] Node.js https://nodejs.org/en/ https://nodejs.org/ko/   https://www.npmjs.com/package/package [오픈강좌] https://opentutorials.org/course/3332 https://www.w3schools.com/nodejs/default.asp   [embedyt] https://www.youtube.com/watch?v=SGU_UMDVEdM[/embedyt]  

[Javascript] 입문자를 위한 로드맵 / 무료강좌

[Javascript] 입문자를 위한 로드맵 / 무료강좌   [embedyt] https://www.youtube.com/embed?listType=playlist&list=PLuHgQVnccGMDZP7FJ_ZsUrdCGH68ppvPb[/embedyt]   [embedyt] https://www.youtube.com/embed?listType=playlist&list=PLuHgQVnccGMBB348PWRN0fREzYcYgFybf[/embedyt]   [embedyt] https://www.youtube.com/embed?listType=playlist&list=PLuHgQVnccGMA4uSig3hCjl7wTDeyIeZVU[/embedyt]       [무료강좌] https://www.inflearn.com/roadmaps/35   [무료 클라우드 테스트 환경] https://jsfiddle.net/   [예제 실습] https://www.w3schools.com/js/   [튜토리얼] http://javascript.info/   https://developer.mozilla.org/ko/docs/Web/JavaScript   https://www.google.com/search?q=ECMAScript&oq=ECMAScript&aqs=chrome..69i57j69i61&sourceid=chrome&ie=UTF-8    

JavaScript

  <!DOCTYPE html> <html> <body> <h2>JavaScript Numbers 1</h2> <p>Number can be written with or without decimals.</p> <p id=”demo”></p> <script> document.getElementById(“demo”).innerHTML = 10.50; </script> </body> </html>