angular-cn/public/doc-shredder/_test/test_source/sub1/script.js

11 lines
187 B
JavaScript

// #docregion
/**
* @description This function returns a string.
*
* @returns {string} This string has the value 'Hello World'.
*/
function helloWorld() {
return 'Hello World';
}