20211203 AWS Black Belt Online Seminar AWS re:Invent 2021アップデート速報
平均を求める関数 function average(arr) { var result; var sum = 0; for (var i = 0, len = arr.length; i < len; i++) { sum += arr[i]; } result = sum / arr.length; return result; }
with Rachel the Great (aka Rachel Nabors) I am Rachel the Great Nabors A cartoonist turned web designer turned front end developer (You can still read the comic adventures of Rachel and Tuna at RacheltheGreat.com) I am not a hardcore JavaScript developer. Most JS study materials are written by programmers for programmers—not designers. You are… Why learn JavaScript? Can't you just use a library or
Today we updated the Prezi player, which you can use to view and present your prezis. It is a huge change, completely moving the underlying technology from Flash to Javascript. Hopefully, nobody notices. It has been the biggest migration project of our working-lives, and has taken us almost four years to complete. With its release, I’m pretty sure that Prezi is among the top 1% of the most complex
non-primitives Contain “just a value” Provide properties and functions regarding that value non-primitive properties and functions var b = new String('bramus'); console.log(b.length); var b = new String('bramus'); console.log(b.toUpperCase()); But I can do that on a primitive too, right? var a = 'bramus'; console.log(a.length); var a = 'bramus'; console.log(a.toUpperCase()); Right. (Again) Essenti
../ code-samples/ 10-Sep-2024 15:45 - dumping-grounds/ 10-Sep-2024 15:45 - eng-335-final-project/ 10-Sep-2024 15:45 - reference-types-in-wasmtime/ 10-Sep-2024 15:45 - source-maps-rust-and-wasm/ 10-Sep-2024 15:45 - Cardo.ttf 10-Sep-2024 15:45 26828 Raleway-latin-ext.woff2 10-Sep-2024 15:45 9184 Raleway.woff2 10-Sep-2024 15:45 12988 bumpalo-switch-to-downwards-bumping-criterion-r..> 10-Sep-2024 15:4
Tools, patterns & Architecture By Enrique Amodeo / @eamodeorubio Enrique Amodeo (who is this guy?) Programming since 1984 Currently Software Engineer at SoundCloud Has loved JS since 2005 Test infected Enthusiast of the Agile/Lean way Follow me at @eamodeorubio This talk To cucumber or not to cucumber No need to test the UI? I want my UI tested Testing xBrowser issues Maintainable tests Conclusion
天下一altJS武闘会での発表 http://connpass.com/event/6402/ Google Closure Compilerの最新事情について
All slide content and descriptions are owned by their creators.
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く