MODERN JAVASCRIPT Meaning in Japanese - translations and usage examples

モダンなjavascript
現代のjavascript
最新のjavascript

Examples of using Modern javascript in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
The Modern JavaScript Tutorial.
現代のJavaScriptチュートリアル。
It should work on every major browser that supports modern JavaScript.
検索は現代的なJavaScriptをサポートする、主要なブラウザで動作するはずです。
Modern JavaScript is a“safe” programming language.
モダンなJavaScriptは“安全な”プログラミング言語です。
Lightning web components are customHTML elements built using HTML and modern JavaScript.
LightningWebコンポーネントは、HTMLと最新のJavaScriptを使用して作成されたカスタムHTML要素です。
In modern JavaScript, generators are rarely used.
モダンなJavaScriptでは、ジェネレータはめったに使用されません。
Although helpful in the days of callbacks, not using throw in modern JavaScript makes code much more complex.
使用していない、コールバックの日数で有用であるが、throwはるかになり、より複雑なMODERNJavaScriptコードで。
It rewrites modern JavaScript code into the previous standard.
最新のJavaScriptコードを以前の標準仕様に書き直します。
However, Laravel does include some basic scaffolding tomake it easier to get started writing modern JavaScript using the Vue library.
しかし、Vueライブラリを使用した近代的なJavaScriptを書き始めやすくできるように、基本的なスカフォールドを用意しています。
In modern JavaScript, the concept of modules took its place.
現代のJavaScriptでは、モジュールのコンセプトが採用されました。
To fully enable all features of modern JavaScript, we should start scripts with"use strict".
現在のJavaScriptのすべての機能を完全に有効にするには、"usestrict"でスクリプトを始める必要があります。
Modern JavaScript engines natively support private properties in classes, prefixed with.
モダンなJavaScriptエンジンはクラスのprivateプロパティをネイティブにサポートします(から始まります)。
This technical committee(TC53) is working to bring the benefits of modern JavaScript to the development of software for embedded systems.
これに関わる技術委員会(TC53)は、最新のJavaScriptの利点を組込みシステム用ソフトウェアの開発に導入しようとしています。
Modern JavaScript libraries already try to embrace some functional concepts to use these advantages.
モダンなJavaScriptライブラリーはすでにこれらの利点を利用する関数のコンセプトを備えています。
To make some of Drupal's own administrative UIs more powerful and easier to use,I proposed that we add a modern JavaScript to core.
また、Drupal自体の管理用UIの一部をよりパワフルかつ使いやすくするため、僕は、DrupalコアにモダンなJavaScriptを追加することを提案した。
Rarely used in modern JavaScript, as there's usually no need.
通常は必要ないため、モダンJavaScriptではめったに使われません。
Specifically, micro-optimizations like caching array lengths, caching object property values andinlining functions won't have any positive impact in modern JavaScript engines.
具体的に挙げると、配列の長さを変数にキャッシュするとか、オブジェクトのプロパティ値のキャッシュ、関数のインライン化などのミクロな最適化は、現代のjavaScriptエンジンで効果がありません。
It lets you write modern JavaScript code that still works in older browsers.
未だ動作している古いブラウザでもモダンなJavaScriptコードを書いて動作させることができます。
This includes information on using browser dev tools to track down and fix problems, using polyfills and libraries to work around problems,getting modern JavaScript features working in older browsers, and more.
ここにはブラウザーの開発ツールを使って問題を突き止めて修正したり、問題を回避するのにpollyfillやライブラリーを使用したり、古いブラウザーの対応にモダンJavaScriptの機能を掴んだり、といった事が含まれます。
In fact, most modern Javascript libraries and tools are distributed that way, including Mithril.
Mithrilも含めて、現代的なJavaScriptのライブラリとツールはnpm経由で配布されています。npmはNode。
At Google I/O 2017, Paul Irish presented"DevTools State of the Union 2017" where he featureda number of new features that should help developers streamline their code and deal with modern JavaScript demands.
GoogleI/O2017で、PaulIrish氏が"DevToolsStateoftheUnion2017"という発表を行い、開発者がコードを合理化して、最新のJavaScript要求に対処するのに役立つ数多くの新機能を紹介した。
In modern JavaScript we can set a prototype using__proto__, as described in the previous article.
最新のJavaScriptでは、前の記事で説明したとおり、__proto__を使ってプロトタイプをセットすることができます。
It may seem wasteful to recreate vnodes so frequently,but as it turns out, modern Javascript engines can create hundreds of thousands of objects in less than a millisecond.
頻繁にvnodeを再作成するのは無駄に思えるかもしれませんが、現代のJavaScriptエンジンは1ミリ秒未満で数十万のオブジェクトを作成できます。
Html is a modern JavaScript debugger from Mozilla, built as a web application with React and Redux.
HtmlはMozillaの作成したモダンなJavaScriptデバッガで、ReactとReduxを使って実装されています。
Modern JavaScript minifiers and browsers optimize code well enough, so it won't create performance issues.
モダンなJavaScriptはminifyしたり、ブラウザは十分にコードを最適化します。なので、パフォーマンスの問題になることはありません。
JSARToolKit is fast enough on modern JavaScript engines to do this in realtime even on 640x480 video frames.
JSARToolKitでは、最新のJavaScriptエンジンにより、640x480サイズの動画フレームにも対応できるだけの十分な速度でこの処理がリアルタイムに行われます。
Modern JavaScript engines optimize the typed array views heavily, and achieve high performance on numerical operations with them.
モダンJavaScriptエンジンは型付き配列ビューを重点的に最適化して、数値演算において高いパフォーマンスを実現しています。
This ensures modern Javascript engines can optimize virtual dom diffing by always compiling vnodes to the same hidden class.
これにより、現代のJavaScriptエンジンは、vnodeを常に同じ隠しクラスにコンパイルすることによって、仮想DOMの差分計算を最適化できます。
Modern JavaScript engines start applying advanced optimizations only to“hot code” that executes many times(no need to optimize rarely executed things).
現代のJavaScriptエンジンは、何度も実行される「ホットコード」に対してのみ高度な最適化を適用し始めます(ほとんど実行されないものを最適化する必要はないためです)。
In modern JavaScript applications, we use module bundlers(e.g., webpack or Rollup) to automatically remove dead code when bundling multiple JavaScript files into single files.
モダンなJavaScriptアプリケーションの開発では、webpackやRollupのようなモジュールバンドラーが複数のJavaScript ファイルを1つにまとめられます。
Results: 29, Time: 0.0336

Word-for-word translation

Top dictionary queries

English - Japanese