Giter Club home page Giter Club logo

js032022's Introduction

JS032022

How to contribute

  • Forkena ilay repostiory ito
  • Clonena avy eo ilay repository anao Ilay fork an'ito
  • Ajoutenao ny remote upstream git remote add upstream https://github.com/OpenMG/JS032022.git
  • Mamonona branche git checkout -b ma_super_branch
  • Copiena ny dossier na fichier misy ny code-nao na mamorona fichier vaovao
  • Rehefa vita ny fanovana ataonao dia manao git add .
  • Avy eo commite-nao ny zavatra nataono git commit -m "Update function"
  • Maka ny mise a jour farany ianao:
    • avy ao aminao git pull origin master
    • avy any aminy topony repository git pull upstream master
  • Farany, alefanao ao aminao ny modification rehetra nataonao git push origin ma_super_branch
  • Makany aminy navigateur ianao avy eo manao Merge request

Description

Techzara formations JS Mars 2022.
Ireo excercice rehetra mandritra ny formations no hitanareo ato.

Ajouteo eo amin'ny contributors ny anaranao :)

Contributors

Excercices

  1. Manala doublons anaty tableau ana nombre
    > in [23, 0, -23, 1, 5, 0]  
    > out [23, 0, -23, 1, 5]  
  1. Mandahatra element anaty tableau ana nombre par ordre croissant (raha misy doublons dia igniorena) avy eo decroissant
    in [23, 0, -23, 1, 5, 0]  
    out: [-23, 0, 1, 5, 23] (croissant)
    out: [23, 5, 1, 0, -23] (decroissant)
  1. Total ny nombre negative sy positive anaty tableau ana nombre
    in: [12, -3, -4, 0, 1]
    out:
        * negatives: -7
        * positives: 13
  1. Nombre miverina in-betsaka indrindra anaty tableau (raha misy mitovy dia aseo daholo)
    in: [23, 23, 23, 3, 4, 5, 5, 5, 1, 0, 3]
    out: 23, 5
  1. Combinaison ana nombre lehibe indrindra anaty tableau (positive daholo ny nombre anaty tableau)
    in: [2, 2, 0, 5]
    out: 5220
    ****
    in: [1, 3, 6]
    out: 631

js032022's People

Contributors

chrys-elrak avatar gituxmanjaka avatar tolotramandresy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.