Do not use function
You are not allowed to use any of the built-in functions listed in the Do not use function section of this document. Using any of the following functions will result in zero marks for your assignment.
String built-in functions | Array built-in functions |
endsWith() includes() indexOf() lastIndexOf() localeCompare() match() repeat() replace() search() slice() split() startsWith() substr() substring() toLocaleLowerCase() toLocaleUpperCase() toLowerCase() toString() toUpperCase() trim() valueOf() trimLeft and trimRight | concat() copyWithin() every() fill() filter() find() findeIndex() forEach() indexOf() isArray() join() lastIndexOf() map() pop() push() reduce() reduceRight() reverse() shift() slice() some() sort() splice() toString() unshift() valueOf() |