Show More
Commit Description:
add model solution
Commit Description:
add model solution
References:
File last commit:
Show/Diff file:
Action:
node_modules/es5-ext/string/#/last.js | 8 lines | 196 B | application/javascript | JavascriptLexer |
"use strict";
var value = require("../../object/valid-value");
module.exports = function () {
var self = String(value(this)), length = self.length;
return length ? self[length - 1] : null;
};