Skip to content

Incorrect return value handling in ST method #38

@Aesteve01

Description

@Aesteve01

There is an issue in some methods in module 6 (OOP) where the return value is not assigned correctly.

In ST, a method must return its value by assigning it directly to the method name. In the current implementation, the result is assigned to a different variable, which means the method does not return the expected value.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions