E rul gur myoun hangul ssu se yo

9
post-thumbnail

gu rou ta go hangul ul ssu ra nun gun are ni yeah yo

1, 2, 3, _, $...

const data = await res.json();
const data2 = data.data;
const _data = ...
const $data = ...

꽃, 별 이름 등등...

const rose = (a, b) => a === b;
const mars = (a, b) => a !== b;
const ninja = 'visibillity: hidden';

집중력 테스트

for (let i = 0; i < given.length; i += 1)
  for (let j = 0; j < i; j += 1)
    for (let l = j; i < l; l += 1) {
      given[j] = given[i];
      // i j l j l j l i l l
    }

코딩 테스트

var i = 0;

function firstFunction() {
  var i = 2;
  //...
}

function secondFunction() {
  var l = i;
  var i = 3;
  //...
}

function thirdFunction() {
  i = 0;
  //...
}

return i;

????

const catCat = 'catch category';
const cancer = '암 말고 취소하는거';

hangul

const anNyoungHaSeYo = 'Hello, World!';
const goyangyee = 'cat';
const gubun = 'seperator';
const bigo = 'note';
const youngEr = 'English';
const guiYoUnNaOuiAreGeeGoYangYee = '귀여운 나의 아기고양이';

profile
지상 최강의 개발자 쥬니니

8개의 댓글

comment-user-thumbnail
2021년 11월 30일

.....? 이 포스팅은 어지럽고 아름답습니다.

1개의 답글
comment-user-thumbnail
2021년 12월 1일

ㅋㅋㅋㅋㅋㅋ제목이랑 짤 선정이 엄청 적절하네요ㅋㅋㅋㅋㅋㅋㅋㅋ

1개의 답글
comment-user-thumbnail
2021년 12월 1일

i, j 다음에 k가 아닌게 불편하군요...

1개의 답글
comment-user-thumbnail
2021년 12월 4일

ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ너무 웃겨요 진짜ㅋㅋㅋㅋㅋㅋㅋ

1개의 답글