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

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

  <!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>