- Expert Angular
- Mathieu Nayrolles Rajesh Gunasundaram Sridhar Rao
- 38字
- 2021-07-15 17:05:30
Void
Void is actually nothing. It can be used as the return type of a function to declare that this function will not return any value:
function alertMessage(): void { alert("This function does not return any value"); }
推薦閱讀
- C++案例趣學
- 深入理解Android(卷I)
- SQL經典實例(第2版)
- HoloLens與混合現實開發
- Cocos2d-x by Example:Beginner's Guide(Second Edition)
- TypeScript 2.x By Example
- 深度學習程序設計實戰
- Software Development on the SAP HANA Platform
- Visual C++程序設計與項目實踐
- The Statistics and Calculus with Python Workshop
- 例解Python:Python編程快速入門踐行指南
- Python滲透測試編程技術:方法與實踐(第2版)
- Building Clouds with Windows Azure Pack
- Python繪圖指南:分形與數據可視化(全彩)
- 小學生C++趣味編程從入門到精通