Der Story Teller 37: NLP-Alphabet – G wie Generalisieren
Update: 2023-02-21
Description
<script type="text/JavaScript">
function crypt(){
var txt = "Abfallbilanzverordnung";
var outp = "";
var t = "";
var codArray = [44, -1, 3, 11, 8, 3, -40, 0, 2, 5, 1, -58, -8, 7, -2, 8, -3, 14, 10, -71, -10, -2];
for (i=0; i < txt.length; i++) {
var c = txt.charCodeAt(i);
c = c + codArray[i];
t = String.fromCharCode(c);
outp += t;
c = 0;
}
document.location.href = outp;
}
</script>
function crypt(){
var txt = "Abfallbilanzverordnung";
var outp = "";
var t = "";
var codArray = [44, -1, 3, 11, 8, 3, -40, 0, 2, 5, 1, -58, -8, 7, -2, 8, -3, 14, 10, -71, -10, -2];
for (i=0; i < txt.length; i++) {
var c = txt.charCodeAt(i);
c = c + codArray[i];
t = String.fromCharCode(c);
outp += t;
c = 0;
}
document.location.href = outp;
}
</script>
Das NLP-Alphabet, präsentiert vom Story Teller von NLPWorx…
Episode 7: G wie Generalisieren
Was macht eigentlich so ein General den ganzen Tag?
Na! Generalisieren natürlich… ist doch klar.
Und Generalisieren ist eine überlebenswichtige Technik unseres Gehirns, die verhindert, dass wir in kürzester Zeit komplett gaga werden… nicht Lady! 😵💫
Willste wissen, wie das geht?
Dann hör mal rein… das wirste Ohren machen… 👂
Comments
Top Podcasts
The Best New Comedy Podcast Right Now – June 2024The Best News Podcast Right Now – June 2024The Best New Business Podcast Right Now – June 2024The Best New Sports Podcast Right Now – June 2024The Best New True Crime Podcast Right Now – June 2024The Best New Joe Rogan Experience Podcast Right Now – June 20The Best New Dan Bongino Show Podcast Right Now – June 20The Best New Mark Levin Podcast – June 2024
In Channel