added whole system from ola4doc
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
'use strict';
|
||||
|
||||
var str = 'razdwatrzy';
|
||||
|
||||
module.exports = function () {
|
||||
if (typeof str.startsWith !== 'function') return false;
|
||||
return ((str.startsWith('trzy') === false) &&
|
||||
(str.startsWith('raz') === true));
|
||||
};
|
||||
Reference in New Issue
Block a user