JavaScript Manual II | 리틀팍스
원활한 사이트 이용을 위해 크롬 브라우저 설치를 권장합니다.
Little Fox Menu
영어 글쓰기
  • [기타] JavaScript Manual II
  • 글쓴이:
    다니엘현우
    • 프로필 보기
    • 작성 글 보기
    | 추천수: 1 | 등록일: 2020.6.29 오후 7:01
  • -JS manual II-


    -if you wanna write some note on JS code...

     copy this code!-


    // you're memo


    or...


    /* 

    you're memo

    */


    -you have to type this code on JS if you declare a variation-


    var LittleFox = function() {

    fill(255, 255, 0);

    text("Little Fox is Fun!", 20, 50);

    text("That's right...", 20, 80);

    };


    LittleFox(); ← very Important!!!

           otherwise, you're variation code is not pop out when you click "Run".



    -You can't type ( \\ you're note).

     It could only be // of /* */.-


    \\ Little Fox is so fun! = undefined


이전글 다니엘현우|2020-06-30
다음글 gomhanmali|2020-06-26