解决任务的代码战

时间:2021-02-09 22:53:27
【文件属性】:
文件名称:解决任务的代码战
文件大小:12KB
文件格式:ZIP
更新时间:2021-02-09 22:53:27
解决的任务代码战 JavaScript [4ky] /* Description: We need to sum big numbers and we require your help. Write a function that returns the sum of two numbers. The input numbers are strings and the function must return a string. Example add("123", "321"); -> "444" add("11", "99"); -> "110" Notes The input numbers are big. The input is a string of only digits The numbers are positives */ function add(a, b) {
【文件预览】:
Solved-Task-codewars-JavaScript
----README.md(36KB)

网友评论