Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 188 Bytes

File metadata and controls

16 lines (14 loc) · 188 Bytes

cg-javascript

Code guide by javascript

function demo(arg1, arg2) {
    //codeing here
}
if (condition) {
    //case 1
} else if () {
    //case 2
}