자바스크립트는 영어 뜻 - 영어 번역 S

명사
javascript
자바 스크립트
javascript 는
javascript 를
javascript가

한국어에서 자바스크립트는 을 사용하는 예와 영어로 번역

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
자바스크립트는 클래스를 지원하지 않는다.
JavaScript does not support classes.
그러나 자바스크립트는 바뀌었고 서버 측 소프트웨어도 바뀌었다.
But JavaScript has changed, and so has server-side software.
자바스크립트는 끊임없이 진화하는 언어입니다.
The JavaScript language steadily evolves.
Hi()를 의도한 대로 동작시키기 위해 자바스크립트는 속임수를 사용합니다. '.
Hi() calls work, JavaScript uses a trick- the dot'.
자바스크립트는 종종 시각적 변화를 유발합니다.
JavaScript often triggers visual changes.
XHTML, CSS, 그리고 자바스크립트는 웹사이트에서 각각 어떤 일을 하는가?
What role do XHTML, CSS and JavaScript each play on a web site?
자바스크립트는 prototype-based language 입니다.
JavaScript is a prototype-based language.
Let company = prompt('자바스크립트는 어떤 회사가 만들었을까요? ', '');
Let company= prompt('Which company created JavaScript?','');
자바스크립트는 동적 타입(dynamic/weak type) 언어이다.
JavaScript is dynamic, weak-type language.
자바스크립트가 HTML pages에서 사용될 때, 자바스크립트는 이 이벤트에 “반응(react)”할 수 있습니다.
When JavaScript is used in HTML pages, JavaScript can“react” on these events.
모던 자바스크립트는 “안전한” 프로그래밍 언어입니다.
Modern JavaScript is a“safe” programming language.
비동기적으로 전송함으로써, 자바스크립트는 서버 응답을 기다리지 않아도 되지만, 대신 다음을 수행할 수 있습니다.
By sending asynchronously, the JavaScript does not have to wait for the server response, but can instead.
자바스크립트는 페이지에서 새로운 HTML 이벤트를 만들 수 있습니다.
JavaScript can create new HTML events in the page.
GitHut stats 에서 볼 수 있듯, 자바스크립트는 Github 의 Active Repositories 와 Total Pushes 에서 1 위를 차지하고 있습니다.
As shown in the GitHut stats, JavaScript is at the top in terms of Active Repositories and Total Pushes in GitHub.
자바스크립트는 페이지의 모든 CSS 스타일을 변경할 수 있습니다.
JavaScript can change all the CSS styles in the page.
아래의 GitHut stats 에서 보실 수 있듯이, 자바스크립트는 Github 의 Active Repositories 와 Total Pushes에서 1위를 차지하고 있습니다.
As shown in the GitHut stats, JavaScript is at the top in terms of Active Repositories and Total Pushes in GitHub.
자바스크립트는 다른 프로그래밍 언어들과 어떻게 다를까요?
How does JavaScript differ from other programming languages?
하나의 객체는 오로지 하나의 결합된 prototype만을 가지기 때문에, 자바스크립트는 동적으로 하나 이상의 프로토타입 체인으로 부터 상속을 할 수 없습니다.
Because an object has a single associated prototype, JavaScript cannot dynamically inherit from more than one prototype chain.
자바스크립트는 연관 배열(associative arrays)을 지원하지 않습니다.
JavaScript does not support associative arrays.
문서 정보가 미리 거기에 존재하지 않으면,제2 위상에서, 자바스크립트는 광고들을 표적화하기 위한 목적들로 웹 페이지에 대한 "관심 있는" 컨텐츠를 전송할 수 있는 브라우저에 제공된다.
If the document informationis not already there, in the second phase, Javascript is provided to the browser which will send the‘interesting' content for the Web page for purposes of targeting ads.
자바스크립트는 쿠키를 설정하거나 구독 및 삭제를 할 수 있습니다.
JavaScript can set cookies, read cookies, and delete cookies.
위의 섹션은 정말 흥분되게 만드는데 - 자바스크립트는 가장 활발한 웹 기술 중 하나이고, 이것을 잘 활용할 수 있게되면 여러분의 웹사이트는 새로운 차원의 힘과 창의성을 가지게될 것입니다.
The above section might sound really exciting, and so it should- JavaScript is one of the most lively Web technologies, and as you start to get good at using it, your websites will enter a new dimension of power and creativity.
자바스크립트는 catch 블록에 진입했을때 식별자를 생성합니다;
JavaScript creates this identifier when the catch block is entered;
이유인즉 자바스크립트는 접근자들에 대한 값의 변경에 대한 개념을 정말 가지고 있지 않기 때문입니다.
The reason is that JavaScript doesn't really have the notion of changes in value to accessors.
자바스크립트는 strict 비교나, type-converting 비교가 가능하다.
JavaScript has both strict and type-converting comparisons.
앞서 자바스크립트는 트리 쉐이킹을 지원하기 위해서 웹팩 로더를 사용할 수 없다고 했다.
I mentioned that in order to support JavaScript tree shaking, we cannot use any webpack loaders.
자바스크립트는 줄 바꿈이 있으면 이를 “암시적” 세미콜론으로 해석합니다.
Here, JavaScript interprets the line break as an“implicit” semicolon.
자바스크립트는 1995년에 넷스케이프(Netscape)의 브렌던 아이크(Brendan Eich)에 의해 만들어졌습니다.
JavaScript was created by Netscape's Brendan Eich in 1995.
자바스크립트는 서버 측 및 클라이언트 측 언어가 됐고 “임기응변” 스크립팅 언어가 필요한 거의 모든 곳에 사용된다.
JavaScript has become a server-side and client-side language and is used nearly anywhere you need a“quick fix” scripting language.
자바스크립트는 (주로) 클라이언트측 기술이고 PHP는 (주로) 서버측 기술이기 때문에, 그리고 HTTP는 "statless" 프로토콜이기 때문에 두 언어는 직접적으로 변수를 공유하지 못합니다.
Since Javascript is(usually) a client-side technology, and PHP is(usually) a server-side technology, and since HTTP is a“stateless” protocol, the two languages cannot directly share variables.
결과: 33, 시각: 0.0241
S

의 동의어 자바스크립트는

javascript

최고 사전 질의

한국어 - 영어