Thanks to visit codestin.com
Credit goes to github.com

Skip to content

progsen/haikugitopdracht

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Haiku opdracht

Bij deze opdracht gaan jij een een klasgenoot (of klasgenoten) samen aan code werken

  • fork deze repository
  • clone deze naar jullie pc's/laptops

Stappenplan:

  1. 1 student kopieert de haiku template (de code onder Haiku function template in deze file)
  2. Deze plakt student 1 in haiku.js onder #plak hier de haiku functions
  3. doe dit 3x onder elkaar
  4. nu heb je 3 haiku functions
  5. commit & push dit (zie de workflow)
  6. iedereen haalt dit nu binnen (pull)

Doe nu 1 voor 1 totdat alle Haikus gevuld zijn:

  1. Pas een HaikuX function aan, vervang de X met 1,2 of 3
  2. Zoek een haiku hieronder uit en vervang 1 voor 1 de REGEL1,REGEL2,REGEL3 met de regel in het gedicht
  3. vervang de AUTHOR door de naam eronder
  4. commit & push
  5. iedereen haalt dit nu binnen (pull)

Klaar? run het programma

Haiku function template

function HaikuX(){
     console.log("haiku by:","AUTHOR");
     console.log("REGEL1");
     console.log("REGEL2");
     console.log("REGEL3");
}

Haiku function ingevuld voorbeeld

letop deze mag niet gebruikt worden!

function Haiku1(){
    console.log("haiku by:","Docent");
    console.log("Panda in the mist");
    console.log("Gently chewing on bamboo");
    console.log("Perfect breakfast time");
}

haiku's voorbeelden:

The wren Earns his living Noiselessly.

  • Kobayahsi Issa

From time to time The clouds give rest To the moon-beholders.

  • Matsuo Bashō

Over-ripe sushi, The Master Is full of regret.

  • Yosa Buson

Consider me As one who loved poetry And persimmons.

  • Masaoaka Shiki

In the cicada's cry No sign can foretell How soon it must die.

  • Matsuo Bashō

Blowing from the west Fallen leaves gather In the east.

  • Yosa Buson

Winter seclusion - Listening, that evening, To the rain in the mountain.

  • Kobayashi Issa

Don’t weep, insects – Lovers, stars themselves, Must part.

  • Kobayashi Issa

My life, - How much more of it remains? The night is brief.

  • Masaoka Shiki

An old silent pond... A frog jumps into the pond, splash! Silence again.

  • Matsuo Bashō

I kill an ant and realize my three children have been watching.

  • Kato Shuson

Over the wintry forest, winds howl in rage with no leaves to blow.

  • Natsume Soseki

Sparrow's child out of the way, out of the way! the stallion's coming through

  • Kobayashi Issa

Toward those short trees We saw a hawk descending On a day in spring.

  • Masaoka Shiki

No one travels Along this way but I, This autumn evening.

  • Matsuo Bashō

In the twilight rain these brilliant-hued hibiscus - A lovely sunset

  • Matsuo Bashō

First autumn morning the mirror I stare into shows my father's face.

  • Murakami Kijo

The lamp once out Cool stars enter The window frame.

  • Natsume Soseki

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published