ck="myFunction()">Try it</button>
<p><strong>Note:</strong> The classList property is not supported in Internet Explorer 9 and earlier versions.</p>
...
Note: 존재하지 않는 클래스를 제거해도 오류가 발생하지 않습니다. ... ggle(“classToAdd”, true);
Note: 두 번째 매개변수는 Internet Explorer 또는 Opera 12와 이전 버전
d of line.
This is some text with some linebreaks
Note that the
two backslashes are only recognized at ... hout it.
This is some text with some linebreaks\\ Note that the
two backslashes are only recognized at ... o lowercase automatically, special characters are not allowed.
You can use namespaces by using a colon ... .
This links to [[syntax#internal|this Section]].
Notes:
Links to existing pages are shown in a differ
ase enter your city")
print()
# 논리연산자
# and, or, not
print("#=== 논리연산자 ===")
a = 100
b = 60
c = 15
p... or ''a > b or b > c'':\t', a > b or b > c)
print('not ''not a > b'':\t', not a > b)
print('not ''not b > c'':\t', not b > c)
print('not True :\t',not True)
print(
SummerNote
description : SummerNote 관련 내용 기술
author : slaptear
email : sgjang@repia.com
lastupdate : 2023-03-02
SummerNote란?
SummerNote는 심플한 무료 에디터로 아주 쉽게 누구나 사용가능하다.
가장 큰 장점은 Callback함수를 지원하기 때문에 파일 업로드 구현이 매우 쉽다.
적용 방법
lick="myFunction()">Try it</button>
<p><strong>Note:</strong> The querySelectorAll() method is not supported
in Internet Explorer 8 and earlier versio... CSS Selectors Reference를 참조하십시오.
Browser Support
Note: Internet Explorer 8은 CSS2 선택자를 지원합니다. IE9 및 이후 ... lick="myFunction()">Try it</button>
<p><strong>Note:</strong> The querySelectorAll() method is not s
지정해야 합니다.
효과를 주기 위한 CSS 속성
효과의 지속 시간(duration)
Note: 지속 시간이 지정되지 않는 경우, transition은 기본 값이 0이기 때문에 효과... the transtion effect:</p>
<div></div>
<p><b>Note:</b> This example does not work in Internet Explorer 9 and earlier versions.</p>
</body>
마우스 커서가 요소... he transition effect:</p>
<div></div>
<p><b>Note:</b> This example does not work in Internet Expl
News
Contact
About
Note:If a !DOCTYPE is not specified, floating items can produce unexpected results.
A background color... the link area. The whole link area is clickable, not just the text.
Note: overflow:hidden is added to the ul element to prevent li elements from going
<body>
<h2>JavaScipt const</h2>
<p>You cannot change a primitive value.</p>
<p id="demo"></... 14159265359;
Correct
const PI = 3.14159265359;
Not Real Constants
const 키워드는 약간 오해의 소지가 있습니다.
상수 값을... const</h2>
<p>Declaring a constant object does NOT make the objects properties unchangeable:</p>
<... ody>
<h2>JavaScript const</h2>
<p>But you can NOT reassign a constant object:</p>
<p id="demo"></
, ~에 단단히 기반을 두다
ancillary [앤썰레리] : 보조적인, 부수적인
annotation [애너테이션] : 주석
anonymous [어나너머스] : 익명의, 신원 미상... n [디플레이션] : 디플레이션, 물가 하락, 통화 수축, 공기[가스]를 뺌, 수축
denote [디노웃ㅌ] : 나타내다, 의미하다. 표시하다
depend on A [디팬드 온] :... .e. = id est [이드 에스트, 라틴어] : 즉, 다시 말하면, 다시 말해
if not for = without = in the absence of sth/sb
if pref... 와 긴밀히 연결되도록, A에 대한 응답으로
in no way : 결코[조금도] ~ 않다(not ~ at all)
in place : 제자리에(있는), 가동중인, 가동할 준비가 되어
Notion,노션
description : 노션 관련
author : 치킨5분컷
email : hgkim@repia.com
lastupdate : 2022-10-14
Intro
노션(Notion) 1)이란 무엇인가?
간단히 소개하자면 여러 명이 동시에 공동 작업할 수 있는 올... 커뮤니티가 활성화되어 있으며, 사용가능한 템플릿이 다양하다.
Case Study
노션(Notion)에 대한 자세한 내용
21년 10월 기준 올리비아 CRO에 의하면 노션의 전 세계... 요금제를 만들어 기업에 맞는 노션 워크스페이스를 생성하고 전담 매니저를 지원함.
노션(Notion)에 탄생 스토리
Ivan Zhao는 2011년 캐나다 명문대학 졸업하였으며, 대학
ck="myFunction()">Try it!</button>
<p><strong>Note:</strong> The getElementsByClassName() method is not supported in Internet Explorer 8 and eralier vers... ick="myFunction()">Try it</button>
<p><strong>Note:</strong> The getElementsByClassName() method is not supported in Internet Explorer 8 and earlier vers
블록 외부에서 액세스 할 수 없습니다.
{
let x = 2;
}
// x can Not be used here.
Redeclaring Variables
var 키워드를 사용하... ML, global variables defined with <b>let</b> will not become window variables.</p>
<p id="demo"></p> <!-- I can not display undefined -->
<script>
let carName = "Tusan";
// code here can not use window.carName
document.getElementByI