scrimba
Javascript Design Pattern
JavaScript Design Pattern #14
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

JavaScript Design Pattern #14
AboutCommentsNotes
JavaScript Design Pattern #14
Expand for more info
index.js
run
preview
console
/* 
This is a structural pattern where the interface of one class is translated to another.
This pattern lets classes work together that could not otherwise because
of incompatible interfaces
*/
Console
"Hello from JavaScript"
,
index.html
-4:17