大規模開発でも小規模開発でも使える TypeScript実践入門

サポートページ

この記事を読むのに必要な時間:およそ 0.5 分

お詫びと訂正(正誤表)

本書の第1刷(2014年10月15日発行)において誤りがございました。お詫びとともに訂正させていただきます。

(2015年2月10日更新)

P.85 上のプログラムリスト中8行目

class realPerson implements abstractPersonWithAge, abstractPersonWithAge {
class realPerson implements abstractPersonWithAge, abstractPerson {