Skip to content
View jrvijaxx's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report jrvijaxx

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jrvijaxx/README.md
import { JR.VIJAXX, Bio } from "portfolio"

class AboutMe extends JR.VIJAXX.Bio {
  const getDailyKnowledge = () => {
    return (
		[
		    id: 1, name: 'SCSS',
		    id: 2, name: 'JavaScript',
		    id: 3, name: 'React',
		    id: 4, name: 'GSAP'
		 ]
	   )
     }

    render (
      return (
	 <div>
	    {getDailyKnowledge().map(item => {
		return(
		  {item.id} {item.name}
		)
	    })}
	 </div>
	)
    )
}

export default AboutMe

Pinned Loading

  1. html2pdf html2pdf Public

    Forked from spipu/html2pdf

    OFFICIAL PROJECT | HTML to PDF converter written in PHP

    PHP

  2. Node-Form Node-Form Public

    Simple Node.js Project

    HTML

  3. pro-shop pro-shop Public

    JavaScript

  4. Movie-Seat-Booking Movie-Seat-Booking Public

    Movie Seat Booking System using Javascript

    HTML

  5. myBookList myBookList Public

    JavaScript 1

  6. React-Authentication React-Authentication Public

    React Authentication With Firebase And Routing

    HTML