function getLength(str) {
"use strict";
// change code below this line
var leng = {length:str.length};
const {length:len} =leng ;
// change this
// change code above this line
return len; // you must assign length to len in line
}
console.log(getLength('FreeCodeCamp'));
Hi all, I'm having trouble positioning divs within a flex container. I want the two divs on top of each other, but they keep appearing inline. Can anyone tell my why, and how I can fix it?
what I want:
. . .
. i .
. l .
. . .
what I currently have:
. . . .
. i l .
. . . .
If anything is unclear about my question, please ask to clarify.
Uncaught TypeError: Cannot read property 'grid' of undefined
Please help!
<Grid grid = {this.state.grid} cols = {this.cols} rows = {this.rows} select={this.select.bind(this)}/>
How do i create a child theme on a wordpress theme?
If the developer sends a update everything will be deleted
:star2: 9053 | @sjames1958gm |http://www.freecodecamp.org/sjames1958gm