浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

Create native mobile apps for multiple platforms │ HTML5/JavaScript and C++ developer tools

  • Working with JavaScript Prototypes

    The object hierarchy in JavaScript enables any object (which in JavaScript is just about everything) to inherit methods and properties. The parent object from which a child inherits is called the... Read more>>

  • Using JavaScript Callbacks

    Callback functions are very common in JavaScript, because JavaScript in the browser is single-threaded. Working with callbacks is an important part of your skillset as an app developer. This... Read more>>

posted on 2012-11-28 16:05  lexus  阅读(136)  评论(0)    收藏  举报