This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TypeScript 23 hrs 22 mins ██████████████▎░░░░░░ 68.3% | |
Markdown 8 hrs 1 min ████▉░░░░░░░░░░░░░░░░ 23.4% | |
JavaScript 1 hr 41 mins █░░░░░░░░░░░░░░░░░░░░ 5.0% | |
JSON 38 mins ▍░░░░░░░░░░░░░░░░░░░░ 1.9% | |
LESS 28 mins ▎░░░░░░░░░░░░░░░░░░░░ 1.4% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# editorconfig.org | |
root = true | |
[*] | |
charset = utf-8 | |
end_of_line = lf | |
indent_style = space | |
indent_size = 2 | |
trim_trailing_whitespace = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
loadCssFile("style.css",()=>{ | |
console.log('loaded'); | |
}); |