Quelques-unes de mes faiblesses qui pourront me perdre ... ʕʘ̅͜ʘ̅ʔ
Contactez-moi
My Business Card
const aboutMe = { nomPrenom:'SOW Lassana', email:'m.sow.lassana@free.fr', position:'Consultant (Fullstack) - Freelance', adresse1:'155, Rue de Paris', adresse2:'95310 Saint-Ouen-L'Aumône - LIESSE', webSite:'https://wom-s.com', mobile:['+33 109391623', '+33 664036247' ] disponibilité:'A partir Mars 2021' Mobilité:'Ile de France - Régions voisines (?)' };
Elements
Text
This is bold and this is strong. This is italic and this is emphasized. This is superscript text and this is subscript text. This is underlined and this is code: for (;;) { ... }. Finally, this is a link.
Heading Level 2
Heading Level 3
Heading Level 4
Heading Level 5
Heading Level 6
Blockquote
Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.
Preformatted
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';