File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# JavaScript Design Patterns
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/zoltantothcom/JavaScript-Design-Patterns.svg?branch=master )] ( https://travis-ci.org/zoltantothcom/JavaScript-Design-Patterns ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/zoltantothcom/JavaScript-Design-Patterns/badge.svg )] ( https://coveralls.io/github/zoltantothcom/JavaScript-Design-Patterns ) [ ![ Greenkeeper badge] ( https://badges.greenkeeper.io/zoltantothcom/JavaScript-Design-Patterns.svg )] ( https://greenkeeper.io/ )
3
+ [ ![ Build Status] ( https://travis-ci.org/zoltantothcom/JavaScript-Design-Patterns.svg?branch=master )] ( https://travis-ci.org/zoltantothcom/JavaScript-Design-Patterns ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/zoltantothcom/JavaScript-Design-Patterns/badge.svg )] ( https://coveralls.io/github/zoltantothcom/JavaScript-Design-Patterns ) [ ![ Codacy Badge ] ( https://api.codacy.com/project/badge/Grade/5f4e97b771504e23b0b414d2cbc69506 )] ( https://www.codacy.com/app/zoltantothcom/JavaScript-Design-Patterns?utm_source=github.com&utm_medium=referral&utm_content=zoltantothcom/JavaScript-Design-Patterns&utm_campaign=Badge_Grade ) [ ![ Greenkeeper badge] ( https://badges.greenkeeper.io/zoltantothcom/JavaScript-Design-Patterns.svg )] ( https://greenkeeper.io/ )
4
4
5
5
JavaScript Design Patterns - a game to get familiar with the design patterns, test your knowledge or simply for fun.
6
6
Original file line number Diff line number Diff line change @@ -235,8 +235,8 @@ export default Person;`
235
235
id : 'adapter' ,
236
236
name : 'Adapter' ,
237
237
type : 'structural' ,
238
- hint :
239
- 'allows classes with incompatible interfaces to work together by wrapping its own interface around that of an already existing class' ,
238
+ hint : `allows classes with incompatible interfaces to work together by wrapping its
239
+ own interface around that of an already existing class` ,
240
240
codeES5 : `function Soldier(lvl) {
241
241
this.lvl = lvl;
242
242
}
You can’t perform that action at this time.
0 commit comments