Skip to content

Commit ba6ed47

Browse files
committed
question 28 fix - based on issue 672 - console log added
1 parent fc6ecac commit ba6ed47

File tree

19 files changed

+20
-20
lines changed

19 files changed

+20
-20
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ String.prototype.giveLydiaPizza = () => {
847847

848848
const name = 'Lydia';
849849

850-
name.giveLydiaPizza();
850+
console.log(name.giveLydiaPizza())
851851
```
852852

853853
- A: `"Just give Lydia pizza already!"`

ar-AR/README_AR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ String.prototype.giveLydiaPizza = () => {
868868

869869
const name = "Lydia";
870870

871-
name.giveLydiaPizza();
871+
console.log(name.giveLydiaPizza())
872872
```
873873

874874
- A: `"Just give Lydia pizza already!"`

ar-EG/README_ar-EG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ String.prototype.giveLydiaPizza = () => {
891891

892892
const name = "Lydia";
893893

894-
name.giveLydiaPizza();
894+
console.log(name.giveLydiaPizza())
895895
```
896896
</div>
897897

bs-BS/README-bs_BS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ vraća "true".
937937

938938
* * * * *
939939

940-
###### 28. Što je izlaz?
940+
###### Što je izlaz?
941941

942942
```javascript
943943
String.prototype.giveLydiaPizza = () => {
@@ -946,7 +946,7 @@ String.prototype.giveLydiaPizza = () => {
946946

947947
const name = "Lydia";
948948

949-
name.giveLydiaPizza();
949+
console.log(name.giveLydiaPizza())
950950
```
951951

952952
- A: `` Već daj Lizijinu pizzu! ``

de-DE/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ String.prototype.giveLydiaPizza = () => {
850850

851851
const name = "Lydia";
852852

853-
name.giveLydiaPizza();
853+
console.log(name.giveLydiaPizza())
854854
```
855855

856856
- A: `"Just give Lydia pizza already!"`

es-ES/README-ES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ String.prototype.giveLydiaPizza = () => {
835835

836836
const name = "Lydia";
837837

838-
name.giveLydiaPizza();
838+
console.log(name.giveLydiaPizza())
839839
```
840840

841841
- A: `"Just give Lydia pizza already!"`

fr-FR/README_fr-FR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ String.prototype.giveLydiaPizza = () => {
832832

833833
const name = "Lydia";
834834

835-
name.giveLydiaPizza();
835+
console.log(name.giveLydiaPizza())
836836
```
837837

838838
- A: `"Just give Lydia pizza already!"`

id-ID/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@ String.prototype.giveLydiaPizza = () => {
839839

840840
const name = 'Lydia';
841841

842-
name.giveLydiaPizza();
842+
console.log(name.giveLydiaPizza())
843843
```
844844

845845
- A: `"Just give Lydia pizza already!"`

it-IT/README-IT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ String.prototype.giveLydiaPizza = () => {
857857

858858
const name = 'Lydia';
859859

860-
name.giveLydiaPizza();
860+
console.log(name.giveLydiaPizza())
861861
```
862862

863863
- A: `"Just give Lydia pizza already!"`

ja-JA/README-ja_JA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ String.prototype.giveLydiaPizza = () => {
855855

856856
const name = "Lydia";
857857

858-
name.giveLydiaPizza();
858+
console.log(name.giveLydiaPizza())
859859
```
860860

861861
- A: `"Just give Lydia pizza already!"`

ko-KR/README-ko_KR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ String.prototype.giveLydiaPizza = () => {
848848

849849
const name = 'Lydia';
850850

851-
name.giveLydiaPizza();
851+
console.log(name.giveLydiaPizza())
852852
```
853853

854854
- A: `"Just give Lydia pizza already!"`

nl-NL/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ String.prototype.giveLydiaPizza = () => {
845845

846846
const name = "Lydia";
847847

848-
name.giveLydiaPizza();
848+
console.log(name.giveLydiaPizza())
849849
```
850850

851851
- A: `"Just give Lydia pizza already!"`

pt-BR/README_pt_BR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ String.prototype.giveLydiaPizza = () => {
836836

837837
const name = "Lydia";
838838

839-
name.giveLydiaPizza();
839+
console.log(name.giveLydiaPizza())
840840
```
841841

842842
- A: `"Just give Lydia pizza already!"`

ru-RU/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ String.prototype.giveLydiaPizza = () => {
837837

838838
const name = "Lydia";
839839

840-
name.giveLydiaPizza();
840+
console.log(name.giveLydiaPizza())
841841
```
842842

843843
- A: `"Just give Lydia pizza already!"`

th-TH/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ String.prototype.giveLydiaPizza = () => {
844844

845845
const name = "Lydia";
846846

847-
name.giveLydiaPizza();
847+
console.log(name.giveLydiaPizza())
848848
```
849849

850850
- A: `"Just give Lydia pizza already!"`

tr-TR/README-tr_TR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ String.prototype.giveLydiaPizza = () => {
827827

828828
const name = "Lydia";
829829

830-
name.giveLydiaPizza();
830+
console.log(name.giveLydiaPizza())
831831
```
832832

833833
- A: `"Just give Lydia pizza already!"`

uk-UA/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ String.prototype.giveLydiaPizza = () => {
830830

831831
const name = "Lydia";
832832

833-
name.giveLydiaPizza();
833+
console.log(name.giveLydiaPizza())
834834
```
835835

836836
- A: `"Just give Lydia pizza already!"`

vi-VI/README-vi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ String.prototype.giveLydiaPizza = () => {
833833

834834
const name = "Lydia";
835835

836-
name.giveLydiaPizza();
836+
console.log(name.giveLydiaPizza())
837837
```
838838

839839
- A: `"Just give Lydia pizza already!"`

zh-TW/README_zh-TW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ String.prototype.giveLydiaPizza = () => {
820820

821821
const name = 'Lydia';
822822

823-
name.giveLydiaPizza();
823+
console.log(name.giveLydiaPizza())
824824
```
825825

826826
- A: `"Just give Lydia pizza already!"`

0 commit comments

Comments
 (0)