8 kyu
Basic Training: Add item to an Array
12,079 of 22,529jhoffner
Description:
Add the value "codewars" to the websites array.
After your code executes the websites array should == ["codewars"]
The websites array has already been defined for you using the following code:
var websites = [];
Arrays
Fundamentals
Similar Kata:
Stats:
Created | Feb 16, 2013 |
Published | Jun 13, 2013 |
Warriors Trained | 28412 |
Total Skips | 1159 |
Total Code Submissions | 53120 |
Total Times Completed | 22529 |
JavaScript Completions | 12079 |
CoffeeScript Completions | 449 |
Ruby Completions | 3513 |
Python Completions | 6590 |
TypeScript Completions | 730 |
Total Stars | 126 |
% of votes with a positive feedback rating | 78% of 2341 |
Total "Very Satisfied" Votes | 1618 |
Total "Somewhat Satisfied" Votes | 439 |
Total "Not Satisfied" Votes | 284 |