エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント3件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Unit Testing with QUnit
What is QUnit? An easy-to-use JavaScript Unit Testing framework How easy? Very easy. test("some t... What is QUnit? An easy-to-use JavaScript Unit Testing framework How easy? Very easy. test("some tests", function() { expect(3); ok(true, "passes because true is true"); equal("1", 1, "passes because '1' == 1"); strictEqual("1", 1, "fails because '1' !== 1"); }); Used and Maintained by the jQuery Project Thousands of tests. Why Unit Test? Does Your Code Work? Your code is more complex than you thin





2012/03/13 リンク