# test **Repository Path**: on/test ## Basic Information - **Project Name**: test - **Description**: 测试一下 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2014-07-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 我是说明文档 > 一些字符。。 * 一个列表项 * 一个列表项 * 一个列表项 ```js var n = 10, str = "123"; while(n--) { console.log(str); } ```