- 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"); }
推薦閱讀
- Advanced Machine Learning with Python
- Python神經(jīng)網(wǎng)絡項目實戰(zhàn)
- C語言實驗指導及習題解析
- MySQL數(shù)據(jù)庫基礎實例教程(微課版)
- 深入理解Elasticsearch(原書第3版)
- Learning OpenStack Networking(Neutron)
- Mastering Elixir
- 跟戴銘學iOS編程:理順核心知識點
- Mastering Python
- Fast Data Processing with Spark 2(Third Edition)
- Hands-On Machine Learning with ML.NET
- Advanced Analytics with R and Tableau
- Unity 游戲案例開發(fā)大全
- Bioinformatics with Python Cookbook
- 零基礎學Python(升級版)